This commit is contained in:
Rory Powell 2022-01-24 10:53:30 +00:00
parent 439c5fc7d6
commit bba60c5280
1 changed files with 1 additions and 1 deletions

View File

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