Commit 0b1044b4 by Torkel Ödegaard

Fixed plugins go test

parent 2e0e8ba7
......@@ -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)
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment