Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlima committed Oct 9, 2015
1 parent 394f0b6 commit 83133d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generator-app_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('generator app', function () {
})

it('import all classes', function () {
assert.fileContent('Song.js', 'import { Track } from "./track"')
assert.fileContent('song.js', 'import { Track } from "./track"')
})

it('need to be validated by FlowType', function (done) {
Expand Down

0 comments on commit 83133d9

Please sign in to comment.