Skip to content

Commit

Permalink
fix test_throws
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed May 27, 2024
1 parent 6047be0 commit 6e313c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shapiro_wilk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ using StableRNGs
@test t.W == 1.0
@test pvalue(t) == 1.0

@test_throws "censored samples not implemented yet" pvalue(ShapiroWilkTest(1:4, censored=1))
@test_throws ArgumentError("censored samples not implemented yet") pvalue(ShapiroWilkTest(1:4, censored=1))

str = sprint(show, t)
@test str ==
Expand Down

0 comments on commit 6e313c7

Please sign in to comment.