Skip to content

Commit

Permalink
исправление тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
Rey1147 committed Oct 11, 2023
1 parent 14c2ca7 commit 3e71293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpgsaga/saga/tests/gunTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ describe('Testing gun methods', () => {
});
it('Gun must recharge', () => {
const first = new Gun('Пистолет 7', 2, 3.62);
expect(first.shot()).toEqual('The Model Пистолет 7 pistol fired');
expect(first.recharge()).toEqual('The magazine is being recharged');
});
});

0 comments on commit 3e71293

Please sign in to comment.