Skip to content

Commit

Permalink
Update python/tests/test_wkw.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Pinkau <valentin.pinkau@googlemail.com>
  • Loading branch information
rschwanhold and valentin-pinkau authored Oct 29, 2020
1 parent ab8c39a commit cf892a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_wkw.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_multiple_writes_and_reads():
assert np.all(mem_buffer == read_data)


def test_mulit_channel_column_major_order():
def test_multi_channel_column_major_order():

with wkw.Dataset.create(
"tests/tmp", wkw.Header(np.uint8, num_channels=3)
Expand Down

0 comments on commit cf892a7

Please sign in to comment.