Fixed plugins go test

pull/1540/head
Torkel Ödegaard 11 years ago
parent 2e0e8ba705
commit 0b1044b46f
  1. 2
      pkg/plugins/plugins_test.go

@ -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)
})
}

Loading…
Cancel
Save