Skip to content

Commit

Permalink
Clarity on test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 18, 2024
1 parent 431c585 commit 51311c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AssetCacheTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test("setInitialCacheTimestamp method after save is ignored", async (t) => {
t.not(cache.getCachedTimestamp(), timestamp);
});

test("setInitialCacheTimestamp method after second save is used", async (t) => {
test("setInitialCacheTimestamp method before a second save is used", async (t) => {
let cache = new AssetCache("this_is_a_test3", ".cache", {
dryRun: true
});
Expand Down

0 comments on commit 51311c8

Please sign in to comment.