Skip to content

Commit 4890b82

Browse files
committed
Use the right type
1 parent 720dcb8 commit 4890b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlalchemy_mptt/tests/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_documented_initial_insert(self):
192192

193193
tree_manager.register_events(remove=True) # Disable MPTT events
194194

195-
_tree_id = 'tree1'
195+
_tree_id = 1
196196

197197
for node_id, parent_id in [(1, None), (2, 1), (3, 1), (4, 2)]:
198198
item = Tree(

0 commit comments

Comments
 (0)