Skip to content

Commit 0fa435e

Browse files
committed
more swapping of arguments
1 parent 0ea1069 commit 0fa435e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jrcc-access-spring-boot-autoconfigure/src/test/java/ca/bc/gov/open/jrccaccess/autoconfigure/AccessPropertiesTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void with_no_explicit_sender_should_return_default() {
3030
properties.setInput(new AccessProperties.PluginConfig());
3131
PluginConfig pluginConfig = properties.getInput();
3232

33-
assertEquals(pluginConfig.getSender(), Constants.UNKNOWN_SENDER);
33+
assertEquals(Constants.UNKNOWN_SENDER, pluginConfig.getSender());
3434
}
3535

3636
@Test

0 commit comments

Comments
 (0)