Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Prevent Duplicate Creature Generation #2

Open
itmilos opened this issue May 12, 2023 · 0 comments
Open

Feature: Prevent Duplicate Creature Generation #2

itmilos opened this issue May 12, 2023 · 0 comments

Comments

@itmilos
Copy link

itmilos commented May 12, 2023

As a creature generation system
I want to prevent the creation of a new creature
If a creature with the same name and wallet already exists

Scenario: Attempt to create a creature with a duplicate name and wallet
Given a creature with the name "Dragon" and the wallet "Wallet123" already exists
When I attempt to create a new creature with the name "Dragon" and the wallet "Wallet123"
Then the system should prevent the creation of the new creature
And display an error message "Creature with the same name and wallet already exists"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant