Преглед изворни кода

Fix unit test.

pull/416/head
Greg Holmes пре 9 година
родитељ
комит
0e4de76422
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      identd/test/com/dmdirc/addons/identd/IdentClientTest.java

+ 1
- 1
identd/test/com/dmdirc/addons/identd/IdentClientTest.java Прегледај датотеку

@@ -71,7 +71,7 @@ public class IdentClientTest {
71 71
         when(user.getNickname()).thenReturn("nickname");
72 72
         when(user.getUsername()).thenReturn(Optional.of("username"));
73 73
 
74
-        return new IdentClient(eventBus, null, null, sm, config, "plugin-Identd", systemInfo);
74
+        return new IdentClient(null, null, sm, config, "plugin-Identd", systemInfo);
75 75
     }
76 76
 
77 77
     @Test

Loading…
Откажи
Сачувај