diff --git a/daemon/graphdriver/btrfs/version_test.go b/daemon/graphdriver/btrfs/version_test.go index 02fb131553..15a6e75cb3 100644 --- a/daemon/graphdriver/btrfs/version_test.go +++ b/daemon/graphdriver/btrfs/version_test.go @@ -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") } }