2
0
This commit is contained in:
Patrick Mylund Nielsen
2012-01-02 17:26:17 +01:00
parent 8f430150d6
commit c84223dab4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ func TestDecrementInt64(t *testing.T) {
tc.Set("int64", int64(5), 0)
err := tc.Decrement("int64", 2)
if err != nil {
t.Error("Error incrementing:", err)
t.Error("Error decrementing:", err)
}
x, found := tc.Get("int64")
if !found {