From 52b7cf7a1358afe39c7437a8ccaebdb99f461cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sun, 7 Apr 2024 00:01:04 +0200 Subject: [PATCH] chore: Update test-name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- lib/nrk_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nrk_test.ts b/lib/nrk_test.ts index d31cdb1..12eb645 100644 --- a/lib/nrk_test.ts +++ b/lib/nrk_test.ts @@ -35,7 +35,7 @@ Deno.test("Verify getting episodeId 'l_0bc5e55a-46b5-48a5-85e5-5a46b5d8a562' for assertEquals(result.duration.seconds, 4152); }); -Deno.test("Verify getting episodeId 'null' for 'trygdekontoret' fails", async () => { +Deno.test("Verify getting episodeId 'null' for 'trygdekontoret' yields `null`", async () => { const result = await nrkRadio.getEpisode("trygdekontoret", "null"); assertEquals(result, null);