projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4703c51
)
Fix tests.
author
Jeremy Thurgood
<firxen@gmail.com>
Wed, 14 May 2014 07:59:29 +0000
(09:59 +0200)
committer
Jeremy Thurgood
<firxen@gmail.com>
Wed, 14 May 2014 07:59:29 +0000
(09:59 +0200)
naja/tests/test_actions.py
patch
|
blob
|
history
diff --git
a/naja/tests/test_actions.py
b/naja/tests/test_actions.py
index fb2c370b4cf11662543479a048564c1066a5951d..fba7af7476d99e2c1f2b8176b4c0496a63f8a90c 100644
(file)
--- a/
naja/tests/test_actions.py
+++ b/
naja/tests/test_actions.py
@@
-10,7
+10,7
@@
class TestActions(TestCase):
def make_player(self, *bits):
player_bits = 0
for bit in bits:
- player_bits |=
bit
+ player_bits |=
(1 << bit)
return Player(player_bits, None)
def make_board(self, player_bits=None, locations=None):