From 164b961cdd97c4ef324bbb0ae5f46b394201183b Mon Sep 17 00:00:00 2001 From: El-BG-1970 Date: Thu, 4 Aug 2022 11:13:32 +0200 Subject: implemented game:buy-item and game:sell-item --- tests/test-player.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-player.lisp') diff --git a/tests/test-player.lisp b/tests/test-player.lisp index 2f261d7..a74ecd7 100644 --- a/tests/test-player.lisp +++ b/tests/test-player.lisp @@ -5,7 +5,7 @@ :description "Test object and methods for player" :in transacc-suite) -;; testing buy-item +;; testing player creation (test creating-player (let ((p (player:init-player "Joze")) (p2 (player:init-player "Mehmout" 555 8976))) -- cgit v1.2.3