We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80113d commit 8d646d1Copy full SHA for 8d646d1
test/unittests.jl
@@ -480,7 +480,7 @@ end
480
VERSION >= v"1.9" && @test_throws "Unexpected expression" uparse("import ..Units")
481
@test_throws LoadError eval(:(us"x"))
482
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")
+ VERSION >= v"1.9" && @test_throws "Symbol c found in `SymbolicConstants` but not `SymbolicUnits`" sym_uparse("c")
484
VERSION >= v"1.9" && @test_throws "Unexpected expression" sym_uparse("import ..Units")
485
end
486
0 commit comments