From fce615492a30076d8d352380e79424f93d553508 Mon Sep 17 00:00:00 2001
From: Monkey-bored <rankashi13@gmail.com>
Date: Sun, 28 Apr 2024 19:02:53 +0300
Subject: [PATCH] [trivial] minor fixes

---
 core/development/logic/items/PiggyBank.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/development/logic/items/PiggyBank.test.ts b/core/development/logic/items/PiggyBank.test.ts
index e0ed9c1..d0fbffc 100644
--- a/core/development/logic/items/PiggyBank.test.ts
+++ b/core/development/logic/items/PiggyBank.test.ts
@@ -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],