Skip to content

Commit

Permalink
Remove invalid shuffle test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed May 10, 2021
1 parent 92bf7f0 commit cbfc7e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/arrays/test_shuffle.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ TEST_OP(count _result,==,count _original,_fn);
TEST_OP(_x,in,_original,_fn);
} forEach _result;

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

_original = [];
_result = [_original] call CBA_fnc_shuffle;
TEST_OP(count _result,==,count _original,_fn);
Expand Down

0 comments on commit cbfc7e4

Please sign in to comment.