Minor stuff: debug logs, unit test update

This commit is contained in:
Soam Vasani
2016-09-20 00:44:19 -07:00
parent a0cfadbd73
commit be16c6a2aa
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func TestFileStore(t *testing.T) {
t.Fatalf("expected an error")
}
path := "foo"
path := "fileStoreTest"
contents := []byte("bar")
err = fs.write(path, contents)
if err != nil {