Update test to match code in the article

This commit is contained in:
Alex Theedom 2016-07-10 16:41:03 +01:00
parent 17ed679d5a
commit afb2e977fb
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ public class AssertJGuavaTest {
assertThat(mmap1)
.containsAllEntriesOf(mmap2)
.containsAllEntriesOf(mmap1_clone)
.hasSameEntriesAs(mmap1_clone)
.isNotEqualTo(mmap1_clone);
.hasSameEntriesAs(mmap1_clone);
}
@Test