Skip to content

Commit 8d646d1

Browse files
committed
Fix error test
1 parent c80113d commit 8d646d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ end
480480
VERSION >= v"1.9" && @test_throws "Unexpected expression" uparse("import ..Units")
481481
@test_throws LoadError eval(:(us"x"))
482482
VERSION >= v"1.9" && @test_throws "Symbol x not found" sym_uparse("x")
483-
VERSION >= v"1.9" && @test_throws "Symbol c found in `Constants` but not `Units`" sym_uparse("c")
483+
VERSION >= v"1.9" && @test_throws "Symbol c found in `SymbolicConstants` but not `SymbolicUnits`" sym_uparse("c")
484484
VERSION >= v"1.9" && @test_throws "Unexpected expression" sym_uparse("import ..Units")
485485
end
486486

0 commit comments

Comments
 (0)