Skip to content

Commit

Permalink
Test: add test for transform function
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickm663 committed Jan 30, 2024
1 parent 5831daf commit dec4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transform.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@testset "Test transformation" begin
fn = String("data/Mx_1x1.txt")
df = read_HMD(fn)
@test !isempty(transform(fn, :Male))
@test !isempty(transform(df, :Male))
end

0 comments on commit dec4ee0

Please sign in to comment.