chore: Update test-name

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-04-07 00:01:04 +02:00
parent 0982cb002c
commit 52b7cf7a13
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Deno.test("Verify getting episodeId 'l_0bc5e55a-46b5-48a5-85e5-5a46b5d8a562' for
assertEquals(result.duration.seconds, 4152); 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"); const result = await nrkRadio.getEpisode("trygdekontoret", "null");
assertEquals(result, null); assertEquals(result, null);