WIP: Implement adding to the users inventory on confirm
Some checks failed
Test / build (push) Failing after 41s
Some checks failed
Test / build (push) Failing after 41s
This commit is contained in:
parent
ad0d2aef08
commit
1f5a19f101
2 changed files with 32 additions and 0 deletions
|
@ -244,6 +244,10 @@ describe("Confirm", () => {
|
|||
expect(interaction.update).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
test.todo("GIVEN user is not found, EXPECT error");
|
||||
|
||||
test.todo("GIVEN user does not have enough currency, EXPECT error");
|
||||
|
||||
test("GIVEN GenerateEffectBuyEmbed returns with a string, EXPECT error replied", async () => {
|
||||
// Assert
|
||||
interaction.customId += " id 1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue