echo used command #4
CI and Deploy.yml
on: pull_request
Node.js CI
13s
Fly Deploy
0s
Annotations
3 errors
src/commands/echoes/echoes.test.ts > echoes-left command > should reply with echoes left:
src/commands/echoes/echoes.test.ts#L23
AssertionError: expected "spy" to be called with arguments: [ { ephemeral: true, content: '123' } ]
Received:
1st spy call:
Array [
Object {
- "content": "123",
+ "content": "An error occurred while getting the number of echoes left.",
"ephemeral": true,
},
]
Number of calls: 1
❯ src/commands/echoes/echoes.test.ts:23:38
|
src/commands/echoes/echoes.test.ts > echoe-used command > should remove one echo and reply with echoes left:
src/commands/echoes/echoes.test.ts#L33
AssertionError: expected "spy" to be called with arguments: [ { ephemeral: true, …(1) } ]
Received:
1st spy call:
Array [
Object {
- "content": "Echoes now remaining: 122",
+ "content": "An error occurred while updating the number of echoes used.",
"ephemeral": true,
},
]
Number of calls: 1
❯ src/commands/echoes/echoes.test.ts:33:38
|
Node.js CI
Process completed with exit code 1.
|