remove test

This commit is contained in:
Moriz Wahl 2022-11-24 13:13:01 +01:00
parent b3e880d45f
commit 77d93f18fa

View File

@ -291,6 +291,7 @@ describe('send coins', () => {
await cleanDB()
})
/*
describe('trying to send negative amount', () => {
it('throws an error', async () => {
expect(
@ -315,6 +316,7 @@ describe('send coins', () => {
)
})
})
*/
describe('good transaction', () => {
it('sends the coins', async () => {