Co-authored-by: Sam Rose <hello@samwho.dev>
This commit is contained in:
Adria Navarro 2023-12-04 09:09:59 +01:00
parent fa7693f6df
commit 188d5d09a2
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ describe("context", () => {
await otherContextCall()
})
).rejects.toThrowError(
"The context cannot be change, a migration is currently running"
"The context cannot be changed, a migration is currently running"
)
}
)