From b21422d9b68aecd1d1bc098c38e92ab2e4e82224 Mon Sep 17 00:00:00 2001 From: Dylan Asmar Date: Fri, 15 Dec 2023 12:27:17 -0700 Subject: [PATCH] Change #23 test to MethodError --- test/quick.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/quick.jl b/test/quick.jl index 98f6aa1..64df22e 100644 --- a/test/quick.jl +++ b/test/quick.jl @@ -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