Skip to content

Commit

Permalink
Fix shuffle test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed May 10, 2021
1 parent 224eb42 commit 6d0cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/arrays/test_shuffle.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TEST_OP(count _result,==,count _original,_fn);

_original = [1, 2, 3];
_result = _original call CBA_fnc_shuffle;
TEST_OP(count _result,==,1,_fn);
TEST_OP(_result,isEqualTo,[],_fn);

_original = [];
_result = [_original] call CBA_fnc_shuffle;
Expand Down

0 comments on commit 6d0cbb9

Please sign in to comment.