Browse Source

Fixed failing go unit test

Torkel Ödegaard 10 years ago
parent
commit
38db91c7be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/plugins/plugins_test.go

+ 1 - 1
pkg/plugins/plugins_test.go

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