Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
quick fix - removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward committed Mar 23, 2017
1 parent aafe699 commit 3df20d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/wal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestOpenWriteAheadFile(t *testing.T) {
}

//verfiy that write ahead logging continues after failures
walf := openWriteAheadFile(testFile, "fsync", 2560)
openWriteAheadFile(testFile, "fsync", 2560)
actualBytesf, err := ioutil.ReadFile(testFile)
assert.Nil(err)
glog.Info("File now of size ", len(actualBytes))
Expand Down

0 comments on commit 3df20d0

Please sign in to comment.