fixed test paths

This commit is contained in:
mserranom
2020-02-19 12:38:54 +01:00
parent de36ab663c
commit 7e737bba4f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ require('chai').should()
require('coffee-script')
const modulePath = require('path').join(
__dirname,
'../../../app/coffee/DockerLockManager'
'../../../app/js/DockerLockManager'
)
describe('LockManager', function() {