Skip to content

Commit 7ee4c1a

Browse files
committed
update test cases
1 parent 08765bf commit 7ee4c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Deno.test({
1010
};
1111
const evt = new Event(cfg);
1212

13-
console.log(evt.toString());
13+
console.log(evt.toLines());
1414
},
1515
});
1616

@@ -25,7 +25,7 @@ Deno.test({
2525
const evt = new Event(cfg);
2626
const calendar = new Calendar([evt]);
2727

28-
console.log(calendar.toString());
28+
console.log(calendar.toLines());
2929
},
3030
});
3131

0 commit comments

Comments
 (0)