From 3a58f459cfe03acd318a4991824b1755811a4aa9 Mon Sep 17 00:00:00 2001 From: Christopher Lin Date: Thu, 24 Mar 2022 11:13:46 -0400 Subject: [PATCH] add test for extensions --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index a1a72f5..a072738 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -99,6 +99,7 @@ test_raw = ones(size(img)) new_img = new_vol_like(img, test_raw) @test new_img.header == img.header @test new_img.raw == test_raw +@test new_img.extensions == img.extensions # Write and read DT_BINARY const BOOL_WRITE = joinpath(TEMP_DIR_NAME, "$(tempname()).nii")