Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 7, 2024
1 parent 45c4a3e commit e41496a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ public void testSetPluginNodeClient() {
testPlugin.setPluginNodeClient(pluginNodeClient); // should succeed
IllegalStateException e = expectThrows(IllegalStateException.class, () -> testPlugin.setPluginNodeClient(pluginNodeClient));
assertThat(e.getMessage(), containsString("pluginNodeClient can only be set once"));

}

public void testExtensiblePlugin() {
Expand Down

0 comments on commit e41496a

Please sign in to comment.