mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-10 11:28:03 +00:00
Fix typos (#191)
This commit is contained in:
committed by
Donne Martin
parent
cd9e9654bc
commit
9f89a51aba
@@ -1,7 +1,7 @@
|
||||
from nose.tools import assert_equal
|
||||
|
||||
|
||||
class TestMaximingXor(object):
|
||||
class TestMaximizingXor(object):
|
||||
|
||||
def test_maximizing_xor(self):
|
||||
solution = Solution()
|
||||
@@ -10,7 +10,7 @@ class TestMaximingXor(object):
|
||||
|
||||
|
||||
def main():
|
||||
test = TestMaximingXor()
|
||||
test = TestMaximizingXor()
|
||||
test.test_maximizing_xor()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user