fix unit test breakage due to lint changes

Addresses #14756

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
Upstream-commit: 22873eae3153f93b55b3b09eff887a3bfdc8eb54
Component: engine
This commit is contained in:
Srini Brahmaroutu
2015-07-31 00:22:28 +00:00
parent a55bf4a409
commit bdce5e6b99
@@ -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")
}
}