Skip to content

Commit 175325d

Browse files
committed
fix: Test asset should fail
Signed-off-by: Gordon Smith <[email protected]>
1 parent 75fc671 commit 175325d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/graphviz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe("graphviz", function () {
171171
expect(svg).to.be.not.empty;
172172
} catch (e: any) {
173173
console.log(`Failed at i: ${i} - ${e.message}`);
174-
expect(false, e.message).to.be.false;
174+
expect(false, e.message).to.be.true;
175175
break;
176176
}
177177
Graphviz.unload();

0 commit comments

Comments
 (0)