Skip to content

Commit 1af5240

Browse files
committed
retree: rename to satellite
1 parent 1ea5ef9 commit 1af5240

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@
14231423
]
14241424
},
14251425
{
1426-
"slug": "retree",
1426+
"slug": "satellite",
14271427
"uuid": "18467e72-e3b0-403c-896a-ce337f96e6f7",
14281428
"core": false,
14291429
"unlocked_by": "markdown",
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import unittest
22

3-
from retree import tree_from_traversals
3+
from satellite import tree_from_traversals
44

55

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

8-
class TwoFerTest(unittest.TestCase):
8+
class SatelliteTest(unittest.TestCase):
99
def test_empty_tree(self):
1010
preorder = []
1111
inorder = []

0 commit comments

Comments
 (0)