Skip to content

Commit 8a8ffb6

Browse files
update array test
1 parent 0f053c7 commit 8a8ffb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tiled/_tests/test_writing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def test_extend_array(tree):
169169
ac.patch(ones * 8, offset=8, extend=True)
170170
numpy.testing.assert_equal(ac[8:9], ones * 8)
171171

172-
173172
def test_write_dataframe_full(tree):
174173
with Context.from_app(
175174
build_app(tree, validation_registry=validation_registry)

0 commit comments

Comments
 (0)