Skip to content

Commit

Permalink
fix(): small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 26, 2018
1 parent a070e6d commit a802431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/e2e/core/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

describe('Class', function () {
let _class = null
const testClassName = getRandomString().toLowerCase()
const testClassName = getRandomString()
const instanceName = uniqueInstance()

before(function (done) {
Expand Down
1 change: 1 addition & 0 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tests",
"version": "0.9.3",
"private": true,
"description": "Syncano Tests",
"author": "Maciej Kucharz",
Expand Down

0 comments on commit a802431

Please sign in to comment.