summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugins.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins.js b/test/plugins.js
index c0f2373..4f91e9a 100644
--- a/test/plugins.js
+++ b/test/plugins.js
@@ -93,7 +93,7 @@ describe('Plugins', function () {
// There is resources from highlight plugin and this plugin
resources.css.should.have.lengthOf(2);
should.exist(_.find(resources.css, {
- path: './resources/test'
+ path: 'gitbook-plugin-resources/test'
}));
});
});