Skip to content

Commit

Permalink
Corrected order of expected and actual test values
Browse files Browse the repository at this point in the history
  • Loading branch information
angst7 committed Mar 26, 2016
1 parent 191dffd commit b95bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ii_collections/_13_Introduction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import org.junit.Test

class _13_Introduction {
@Test fun testSetOfCustomers() {
assertEquals(shop.getSetOfCustomers(), customers.values.toSet())
assertEquals(customers.values.toSet(), shop.getSetOfCustomers())
}
}

0 comments on commit b95bb26

Please sign in to comment.