Skip to content

Commit c9b2c62

Browse files
committed
revert error test
1 parent c24f0a8 commit c9b2c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBlocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ function PPETestBlock!(fg, v1)
461461

462462
#FIXME copied from lower
463463
# @test @test_deprecated getVariablePPEs(v1) == v1.ppeDict
464-
@test_throws Union{KeyError,UndefVarError} getPPE(v1, :notfound)
464+
@test_throws KeyError getPPE(v1, :notfound)
465465
#TODO
466466
# @test_deprecated getVariablePPE(v1)
467467

0 commit comments

Comments
 (0)