Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Feb 9, 2025
1 parent 45f03dc commit c278d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/stringTools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,6 @@ describe("generateFeedTitle", () => {
duration: OfferDuration.TEMPORARY,
platform: OfferPlatform.PC,
}),
).toBe("Free Epic Games Games (Temporary)");
).toBe("Free Epic Games Games (PC, Temporary)");
});
});

0 comments on commit c278d16

Please sign in to comment.