Skip to content

Commit

Permalink
update introspection test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Nov 7, 2023
1 parent a89c689 commit 675b345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe("planning_constraints_requests", () => {
i = await introspectAs("api");
});

test("cannot query planning_constraints_requests", () => {
test("can query planning_constraints_requests", () => {
expect(i.queries).not.toContain("planning_constraints_requests");
})

Expand Down

0 comments on commit 675b345

Please sign in to comment.