Fixed plugins go test

This commit is contained in:
Torkel Ödegaard 2015-02-28 11:38:44 +01:00
parent 2e0e8ba705
commit 0b1044b46f

View File

@ -14,6 +14,6 @@ func TestPluginScans(t *testing.T) {
err := scan(path)
So(err, ShouldBeNil)
So(len(DataSources), ShouldEqual, 1)
So(len(DataSources), ShouldBeGreaterThan, 1)
})
}