Commit fbc1a051 authored by yann300's avatar yann300

fix test

parent a3af5c6c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
var test = require('tape') var test = require('tape')
var GistHandler = require('../src/app/gist-handler') var GistHandler = require('../src/lib/gist-handler')
test('gistHandler.handleLoad with no gist param', function (t) { test('gistHandler.handleLoad with no gist param', function (t) {
t.plan(1) t.plan(1)
......
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