🔪 Cut typo
This commit is contained in:
parent
673335de4b
commit
3575dae75c
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue