From cf892a747749da244bddf996c7d1c1c23c1aaed7 Mon Sep 17 00:00:00 2001 From: R Schwanhold Date: Thu, 29 Oct 2020 15:42:22 +0100 Subject: [PATCH] Update python/tests/test_wkw.py Co-authored-by: Valentin Pinkau --- python/tests/test_wkw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_wkw.py b/python/tests/test_wkw.py index 74c90db..0f7244e 100644 --- a/python/tests/test_wkw.py +++ b/python/tests/test_wkw.py @@ -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)