diff options
| author | El-BG-1970 <elouangros@hotmail.com> | 2022-08-04 11:13:32 +0200 |
|---|---|---|
| committer | El-BG-1970 <elouangros@hotmail.com> | 2022-08-04 11:13:32 +0200 |
| commit | 164b961cdd97c4ef324bbb0ae5f46b394201183b (patch) | |
| tree | 0051bfc0d5c91e150eec85f8860f3244332a0764 /tests/test-player.lisp | |
| parent | 8104b4db1c5752b777d17e1f84f8a575587c735f (diff) | |
| download | transacc-164b961cdd97c4ef324bbb0ae5f46b394201183b.tar.gz | |
implemented game:buy-item and game:sell-item
Diffstat (limited to 'tests/test-player.lisp')
| -rw-r--r-- | tests/test-player.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
