Skip to content

Commit 44800eb

Browse files
author
Wenjun Che
committed
RUN-1079: added WindowPositionTest.java
1 parent e93c014 commit 44800eb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

-11 Bytes
Binary file not shown.

src/test/java/com/openfin/desktop/WindowPositionTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ private static int getRandomNumber() {
5656

5757
@AfterClass
5858
public static void teardown() throws Exception {
59-
if (successRun) {
60-
TestUtils.teardownDesktopConnection(desktopConnection);
61-
}
59+
TestUtils.teardownDesktopConnection(desktopConnection);
6260
}
6361

6462
@Test

0 commit comments

Comments
 (0)