Browse Source

Fix unit test.

pull/416/head
Greg Holmes 9 years ago
parent
commit
0e4de76422
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      identd/test/com/dmdirc/addons/identd/IdentClientTest.java

+ 1
- 1
identd/test/com/dmdirc/addons/identd/IdentClientTest.java View File

71
         when(user.getNickname()).thenReturn("nickname");
71
         when(user.getNickname()).thenReturn("nickname");
72
         when(user.getUsername()).thenReturn(Optional.of("username"));
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
     @Test
77
     @Test

Loading…
Cancel
Save