Skip to content

Commit

Permalink
slow ci is slooooow
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 25, 2022
1 parent 5ffe303 commit 1851713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BatchCluster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ describe("BatchCluster", function () {
expect(bc.internalErrorCount).to.eql(
0,
JSON.stringify({
internalErrors,
internalErrorCount: bc.internalErrorCount,
internalErrors,
noTaskData: events.noTaskData,
})
)
expect(internalErrors).to.eql([], "no expected internal errors")
Expand Down

0 comments on commit 1851713

Please sign in to comment.