🔪 Cut typo

This commit is contained in:
Felix Rieseberg 2018-03-13 16:58:40 -07:00
parent 673335de4b
commit 3575dae75c

View file

@ -261,7 +261,7 @@ describe('crashReporter module', () => {
const reports = crashReporter.getUploadedReports() const reports = crashReporter.getUploadedReports()
const lastReport = crashReporter.getLastCrashReport() 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 != null)
assert(lastReport === reports[0]) assert(lastReport === reports[0])
}) })