Skip to content

Commit 2446abc

Browse files
committed
fix name in TestAll Unit test
1 parent 9adbfd3 commit 2446abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dbus-java/src/test/java/org/freedesktop/dbus/test

dbus-java/src/test/java/org/freedesktop/dbus/test/TestAll.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void setUp() throws DBusException {
115115
}
116116

117117
@AfterEach
118-
public void afterClass() {
118+
public void tearDown() {
119119
System.out.println("Checking for outstanding errors");
120120
DBusExecutionException dbee = serverconn.getError();
121121
if (null != dbee) {

0 commit comments

Comments
 (0)