Skip to content

Commit 742a4ca

Browse files
committed
Add a TODO
1 parent 7393fa7 commit 742a4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_fmtstr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ def test_no_hanging_space(self):
558558
def test_assignment_working(self):
559559
t = FSArray(10, 10)
560560
t[2, 2] = "a"
561+
# TODO: is this supposed to check something?
561562
t[2, 2] == "a"
562563

563564
def test_normalize_slice(self):

0 commit comments

Comments
 (0)