This commit is contained in:
Fenny
2020-11-05 05:58:52 +01:00
parent 79f1f1609e
commit 2458ab7395
7 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ func Test_SQLite3_Set_Override(t *testing.T) {
err := testStore.Set(key, val, 0)
utils.AssertEqual(t, nil, err)
err := testStore.Set(key, val, 0)
err = testStore.Set(key, val, 0)
utils.AssertEqual(t, nil, err)
}