8000 fmt · tjosepo/deno_python@aa25317 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa25317

Browse files
committed
fmt
1 parent 86de623 commit aa25317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def call(cb):
297297

298298
Deno.test("exceptions", async (t) => {
299299
await t.step("simple exception", () => {
300-
assertThrows(() => python.runModule("1 / 0"));
300+
assertThrows(() => python.runModule("1 / 0"));
301301
});
302302

303303
await t.step("exception with traceback", () => {

0 commit comments

Comments
 (0)
0