Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Sep 7, 2022
1 parent 08765bf commit 7ee4c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ Deno.test({
};
const evt = new Event(cfg);

console.log(evt.toString());
console.log(evt.toLines());
},
});

Expand All @@ -25,7 25,7 @@ Deno.test({
const evt = new Event(cfg);
const calendar = new Calendar([evt]);

console.log(calendar.toString());
console.log(calendar.toLines());
},
});

Expand Down

0 comments on commit 7ee4c1a

Please sign in to comment.