Commit 38db91c7 by Torkel Ödegaard

Fixed failing go unit test

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