Skip to content

Commit

Permalink
fix unit test breakage due to lint changes
Browse files Browse the repository at this point in the history
Addresses moby#14756

Signed-off-by: Srini Brahmaroutu <[email protected]>
  • Loading branch information
brahmaroutu committed Jul 31, 2015
1 parent 030f61d commit 22873ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/graphdriver/btrfs/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func TestLibVersion(t *testing.T) {
if BtrfsLibVersion() <= 0 {
if btrfsLibVersion() <= 0 {
t.Errorf("expected output from btrfs lib version > 0")
}
}

0 comments on commit 22873ea

Please sign in to comment.