chore: format
This commit is contained in:
parent
d88135c85f
commit
36b54df3fb
|
@ -252,7 +252,7 @@ test('runs arbitrary number of ops', async () => {
|
|||
expect(sandbox.context.foo.length)
|
||||
.to.equal(1000);
|
||||
sandbox.run(1000);
|
||||
expect(sandbox.context.foo.length)
|
||||
expect(sandbox.context.foo.length)
|
||||
.to.equal(1500);
|
||||
expect(true)
|
||||
.to.be.true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user