mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
fix: tests
This commit is contained in:
@@ -10,7 +10,7 @@ func TestStoreNil(t *testing.T) {
|
||||
if v.Load() != nil {
|
||||
t.Fatal("expected nil")
|
||||
}
|
||||
if v.IsNil() {
|
||||
if !v.IsNil() {
|
||||
t.Fatal("expected true")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user