Skip to content

Commit

Permalink
[trivial] minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkey-bored committed Apr 28, 2024
1 parent 82f427c commit fce6154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/development/logic/items/PiggyBank.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('PiggyBank', () => {
jest.clearAllMocks();
});

test('should return SUCCESS and increase player\'s gold if position is valid', () => {
test('should return SUCCESS and increase the amount of gold the player has if position is valid', () => {
// Arrange
const initialPiecePosition: Position = {
coordinates: [0, 0],
Expand Down

0 comments on commit fce6154

Please sign in to comment.