This commit is contained in:
Rory Powell 2022-01-24 10:53:30 +00:00
parent 0eecab7eed
commit 36456189f4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ describe("syncRows", () => {
await config.createTable()
await config.createRow()
// app 2
await config.createApp()
await config.createApp("second-app")
await config.createTable()
await config.createRow()
await config.createRow()