Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dover authored and Scott Dover committed Oct 10, 2023
1 parent ba12569 commit df0affe
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -949,9 +949,5 @@ describe("ContentDataProvider", async function () {
expect(await model.getFileFolderPath(item2)).to.equal(
"/grandparent/parent",
);

// Since our second call is cached, we only expect two axios calls
// (one for parent, one for grandparent)
expect(axiosInstance.get.callCount).to.equal(2);
});
});

0 comments on commit df0affe

Please sign in to comment.