We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189a8b5 commit 69aee28Copy full SHA for 69aee28
test/medium/test_2425_bitwise_xor_of_all_pairings.rb
@@ -4,7 +4,7 @@
4
require_relative '../../lib/medium/2425_bitwise_xor_of_all_pairings'
5
require 'minitest/autorun'
6
7
-class MinimizeXORTest < ::Minitest::Test
+class BitwiseXOROfAllPairingsTest < ::Minitest::Test
8
def test_default_one
9
assert_equal(
10
13,
0 commit comments