Fixed failing go unit test

This commit is contained in:
Torkel Ödegaard 2015-03-29 13:33:34 +02:00
parent 902f5d895a
commit 38db91c7be

View File

@ -10,7 +10,7 @@ import (
func TestPluginScans(t *testing.T) {
Convey("When scaning for plugins", t, func() {
path, _ := filepath.Abs("../../src/app/plugins")
path, _ := filepath.Abs("../../public/app/plugins")
err := scan(path)
So(err, ShouldBeNil)