Skip to content

Commit

Permalink
Again rename tests due to module name change
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Feb 1, 2024
1 parent 61ef9e0 commit a1fc13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const repositoryCases = [
];

describe("Verify Repo Query Returns", () => {
test.each(repoCases)("Given %o Returns %p", (arg, result) => {
test.each(repositoryCases)("Given %o Returns %p", (arg, result) => {
expect(query.repository(arg)).toBe(result);
});
});
Expand Down

0 comments on commit a1fc13f

Please sign in to comment.