Skip to content

Commit

Permalink
Removes inline snapshot thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Sep 6, 2024
1 parent 2317281 commit d040524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ describe('Procedures semantic validation spec', () => {
functions: testData.mockSchema.functions,
},
}),
).toMatchInlineSnapshot([
).toEqual([
{
message:
"Procedure db.awaitIndeX is not present in the database. Make sure you didn't misspell it or that it is available when you run this statement in your application",
Expand Down

0 comments on commit d040524

Please sign in to comment.