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:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user