Skip to content

Commit 01eaba2

Browse files
committed
Fix missing expect.to.be.true on snapshot e2e test
1 parent 8235535 commit 01eaba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/e2e/snapshot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe("Snapshot", async function() {
5757
stateRoot.toString()
5858
)
5959
)
60-
);
60+
).to.be.true;
6161
});
6262

6363
afterEach(function() {

0 commit comments

Comments
 (0)