Skip to content
Commit d67fd53e authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

ProcNetTest.java - reverse arguments to assertEquals()



currently we have:
  org.junit.ComparisonFailure: expected:<[]bic> but was:<[cu]bic>
	at org.junit.Assert.assertEquals(Assert.java:117)
but this is the reverse of the intended error:
  org.junit.ComparisonFailure: expected:<[cu]bic> but was:<bic>
	at org.junit.Assert.assertEquals(Assert.java:117)

method signature:
  public static void assertEquals(Object expected, Object actual)

Test: N/A
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: I322ea162f2818aaa1beba5c1b9febcf97d29eea1
parent 106d76fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment