Skip to content

Commit

Permalink
fix(test): package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 2, 2018
1 parent 70ad5b8 commit b301bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-js-test/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'path'
import YAML from 'js-yaml'
import Promise from 'bluebird'
import proxyquire from 'proxyquire'
import Validator from 'syncano-validator'
import Validator from '@syncano/validate'

const socketFolder = process.cwd()
const socketScriptsFolder = path.join(socketFolder, 'src')
Expand Down

0 comments on commit b301bf3

Please sign in to comment.