We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492c335 commit c6b5d70Copy full SHA for c6b5d70
test/activate_set.jl
@@ -7,7 +7,7 @@
7
TestEnv.activate("ChainRulesCore")
8
new_project_toml_path = Base.active_project()
9
@test new_project_toml_path != orig_project_toml_path
10
- @test orig_load_path ⊆ Base.LOAD_PATH
+ @test orig_load_path == Base.LOAD_PATH
11
12
@eval using StaticArrays # From ChainRulesCore [extras] Project.toml
13
@test isdefined(@__MODULE__, :StaticArrays)
@@ -30,7 +30,7 @@
30
TestEnv.activate("YAXArrays")
31
32
33
34
35
@eval using CSV
36
@test isdefined(@__MODULE__, :CSV)
@@ -39,4 +39,4 @@
39
Pkg.activate(orig_project_toml_path)
40
end
41
42
-end
+end
0 commit comments