Skip to content

Commit

Permalink
test: count properly
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Nov 28, 2023
1 parent cf8a386 commit f898893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/knapsack_pro_all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

failed_commands = []
commands_count = COMMANDS.values.flatten.size
commands_count = COMMANDS.keys.size

COMMANDS.each_with_index do |(command, args), command_index|
uuid = SecureRandom.uuid
Expand Down

0 comments on commit f898893

Please sign in to comment.