Skip to content

Commit

Permalink
Merge pull request Kotlin#52 from angst7/master
Browse files Browse the repository at this point in the history
Fix order of expected and actual test values
  • Loading branch information
svtk committed Mar 28, 2016
2 parents 191dffd + b95bb26 commit 756b423
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 756b423

Please sign in to comment.