Skip to content

Commit

Permalink
🔪 Cut typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Mar 13, 2018
1 parent 673335d commit 3575dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-crash-reporter-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('crashReporter module', () => {
const reports = crashReporter.getUploadedReports()
const lastReport = crashReporter.getLastCrashReport()

// In our case, the first report is actually the newest\
// In our case, the first report is actually the newest
assert(lastReport != null)
assert(lastReport === reports[0])
})
Expand Down

0 comments on commit 3575dae

Please sign in to comment.