Skip to content

Commit 7574242

Browse files
satellite: update tests to v2.0.0 (exercism#1729)
Fixes exercism#1728 as renames were done in a different commit.
1 parent 5f5bf89 commit 7574242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/satellite/satellite_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from satellite import tree_from_traversals
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v2.0.0
77

88
class SatelliteTest(unittest.TestCase):
99
def test_empty_tree(self):

0 commit comments

Comments
 (0)