Skip to content

Commit

Permalink
update possible results for collect
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 committed Nov 22, 2023
1 parent ad52c5d commit 19d0689
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions internal/e2e-realtime-api/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const createTestRunner = ({
if (params.domainApp) {
console.log('Delete domain app..')
await deleteDomainApp({ id: params.domainApp.id })
delete params.domainApp
}
done(exitCode)
} catch (error) {
Expand All @@ -100,7 +99,6 @@ export const createTestRunner = ({
if (params.domainApp) {
console.log('Delete domain app..')
await deleteDomainApp({ id: params.domainApp.id })
delete params.domainApp
}
done(1)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const possibleExpectedTexts = [
'123456789 10:00 11:00 12:00',
'one two three four five six seven eight nine ten',
'1112',
'yes',
]

const handler: TestHandler = ({ domainApp }) => {
Expand Down

0 comments on commit 19d0689

Please sign in to comment.