Преглед на файлове

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…
Отказ
Запис