no deb
This commit is contained in:
parent
a44b0f756c
commit
a5506800df
1 changed files with 0 additions and 2 deletions
|
|
@ -3,12 +3,10 @@ import { Describe, expect, expectThrowsAsync, runSanityCheck, safelySetUserBalan
|
||||||
export const ignore = false
|
export const ignore = false
|
||||||
export const dev = false
|
export const dev = false
|
||||||
export default async (T: TestBase) => {
|
export default async (T: TestBase) => {
|
||||||
T.main.storage.dbs.setDebug(true)
|
|
||||||
await safelySetUserBalance(T, T.user1, 2000)
|
await safelySetUserBalance(T, T.user1, 2000)
|
||||||
await testSuccessfulExternalPayment(T)
|
await testSuccessfulExternalPayment(T)
|
||||||
await testFailedExternalPayment(T)
|
await testFailedExternalPayment(T)
|
||||||
await runSanityCheck(T)
|
await runSanityCheck(T)
|
||||||
T.main.storage.dbs.setDebug(false)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue