Skip to content

Commit

Permalink
Change #23 test to MethodError
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar committed Dec 15, 2023
1 parent 9b27eba commit b21422d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quick.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end
end

@testset "#23" begin
@test_throws ArgumentError QuickPOMDP(initialstate=:test)
@test_throws MethodError QuickPOMDP(initialstate=:test)
end

@testset "action function" begin
Expand Down

0 comments on commit b21422d

Please sign in to comment.