Merge pull request #543 from fabien/master

Fix require in remoting-coercion.test.js to be in line with other tests.
This commit is contained in:
Fabien Franzen 2014-09-06 10:58:18 +02:00
commit bb18c9bfcb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var loopback = require('loopback');
var loopback = require('../');
var request = require('supertest');
describe('remoting coercion', function() {