mirror of
https://github.com/mailgun/groupcache.git
synced 2024-11-16 23:10:53 +00:00
Fix typo in test name.
This commit is contained in:
parent
24b0969c4c
commit
3fbe15d760
@ -40,7 +40,7 @@ var getTests = []struct {
|
|||||||
{"string_hit", "myKey", "myKey", true},
|
{"string_hit", "myKey", "myKey", true},
|
||||||
{"string_miss", "myKey", "nonsense", false},
|
{"string_miss", "myKey", "nonsense", false},
|
||||||
{"simple_struct_hit", simpleStruct{1, "two"}, simpleStruct{1, "two"}, true},
|
{"simple_struct_hit", simpleStruct{1, "two"}, simpleStruct{1, "two"}, true},
|
||||||
{"simeple_struct_miss", simpleStruct{1, "two"}, simpleStruct{0, "noway"}, false},
|
{"simple_struct_miss", simpleStruct{1, "two"}, simpleStruct{0, "noway"}, false},
|
||||||
{"complex_struct_hit", complexStruct{1, simpleStruct{2, "three"}},
|
{"complex_struct_hit", complexStruct{1, simpleStruct{2, "three"}},
|
||||||
complexStruct{1, simpleStruct{2, "three"}}, true},
|
complexStruct{1, simpleStruct{2, "three"}}, true},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user