Skip to content

Commit 75c1164

Browse files
Tests fix
1 parent 195c6d9 commit 75c1164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/vibe_see_readme_in_this_dir/test_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_as_str_selective(self):
100100
tp = TilePattern(tile_shape=4, initial_tile_shape=8, calculated_n_iterations=2)
101101
s = tp.as_str(with_initial_tile_shape=False, with_tile_shape=True)
102102
self.assertNotIn("initial=", s)
103-
self.assertIn("tile_shape=4", s)
103+
self.assertIn("shape=4", s)
104104

105105
def test_symbol_attrs(self):
106106
tp = TilePattern()

0 commit comments

Comments
 (0)