Skip to content

Commit

Permalink
Update project-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Mar 20, 2024
1 parent 2e657f0 commit f3e992e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ module("Acceptance | authenticated/projects/project", function (hooks) {

await visit("/projects/1");

await recentlyViewed.fetchAll.perform();
assert.equal(recentlyViewed.index?.length, 1);

const project = recentlyViewed.index?.[0];
Expand Down

0 comments on commit f3e992e

Please sign in to comment.