Skip to content
Snippets Groups Projects

Fix sequence issues when creating alternate moves

Merged Houzefa Abbasbhay requested to merge topic/16.0/fix-new-move into branch/16.0
@@ -62,7 +62,7 @@
self.assertEqual(self._count_moves(), 1)
def test_copy(self):
move2 = self.move.copy()
self.move.copy()
self.assertEqual(self._count_moves(), 2)
def test_delete(self):
Loading