chore: format

This commit is contained in:
cha0s 2024-06-28 07:03:07 -05:00
parent d88135c85f
commit 36b54df3fb

View File

@ -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;