Skip to content

Commit

Permalink
fix TestSyncMapValues
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jan 18, 2016
1 parent c2a033d commit 5a587c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions collections/collections_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ func TestSyncMapValues(t *testing.T) {
m.Put(&key2, "value2")
values := m.Values()
assert.Equal(t, 2, len(values))
assert.Equal(t, "value1", values[0])
assert.Equal(t, "value2", values[1])

}

func TestSyncMapHashableObject(t *testing.T) {
Expand Down

0 comments on commit 5a587c6

Please sign in to comment.