Skip to content

Commit

Permalink
Remove stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 3, 2024
1 parent 67d4324 commit 3dc410b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/backends/pretalx/PretalxBackend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ describe('PretalxBackend', () => {
});
afterEach(async () => {
pretalxServ.close();

});

test("can parse a standard JSON format", async () => {
const pretalxServ = await fakePretalxServer();
const backend = await PretalxScheduleBackend.new("/dev/null", {
Expand Down

0 comments on commit 3dc410b

Please sign in to comment.