Skip to content

Commit

Permalink
fix workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed May 2, 2020
1 parent d11a94b commit 40ff983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_parse_individual_games():
pgn = open("pgns/mir_khan.pgn")
lst, ratios = game_parser.parse_individual_games(pgn, 3, False)
lst, ratios, kick_depth = game_parser.parse_individual_games(pgn, 3, False)
assert len(lst) == 156

test_parse_individual_games()

0 comments on commit 40ff983

Please sign in to comment.