Skip to content

Commit

Permalink
add test for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lin committed Mar 24, 2022
1 parent 4fda850 commit 3a58f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3a58f45

Please sign in to comment.