Skip to content

Commit

Permalink
Forgot to var
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 10, 2016
1 parent 3f3946f commit 100c72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ util.testAllPlatforms('ignore out dir test: unnormalized path', createIgnoreImpl

util.setup()
test('fails with invalid arch', function (t) {
opts = {
var opts = {
name: 'el0374Test',
dir: path.join(__dirname, 'fixtures', 'el-0374'),
version: '0.37.4',
Expand All @@ -507,7 +507,7 @@ util.teardown()

util.setup()
test('fails with invalid platform', function (t) {
opts = {
var opts = {
name: 'el0374Test',
dir: path.join(__dirname, 'fixtures', 'el-0374'),
version: '0.37.4',
Expand All @@ -524,7 +524,7 @@ util.teardown()

util.setup()
test('fails with invalid version', function (t) {
opts = {
var opts = {
name: 'invalidElectronTest',
dir: path.join(__dirname, 'fixtures', 'el-0374'),
version: '0.0.1',
Expand Down

0 comments on commit 100c72b

Please sign in to comment.