mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 16:58:31 +02:00
chore: update dependencies
This commit is contained in:
@@ -31,7 +31,7 @@ func TestSaveLoadStore(t *testing.T) {
|
||||
if v != "1" {
|
||||
t.Fatalf("expected 1, got %q", v)
|
||||
}
|
||||
if loaded.MapOf == store.MapOf {
|
||||
if loaded.Map == store.Map {
|
||||
t.Fatal("expected different objects")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user