Skip to content

Commit 01810fd

Browse files
committed
Remove redundant loop in tests
Closes #33
1 parent 417c644 commit 01810fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

orderedmap_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ func TestOrderedMap(t *testing.T) {
6666
t.Error("Keys method", key, "!=", expectedKeys[i])
6767
}
6868
}
69-
for i, key := range expectedKeys {
70-
if key != expectedKeys[i] {
71-
t.Error("Keys method", key, "!=", expectedKeys[i])
72-
}
73-
}
7469
// Values method
7570
values := o.Values()
7671
expectedValues := map[string]interface{}{

0 commit comments

Comments
 (0)