Skip to content

Commit 5af376a

Browse files
committed
typo (2)
1 parent 15812ad commit 5af376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_methods_eos.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ end
256256
@test vc_vol/system.params.Vc[1] 1.168 rtol = 1e-4 #if Zc_exp < 0.29, this should hold, by definition
257257
@test Vc/system.params.Vc[1] 1.168 rtol = 1e-4 #if Zc_exp < 0.29, this should hold, by definition
258258
system2 = RKPR("neon")
259-
@test saturation_pressure(model,20.0)[1] 5401.638502041771 rtol = 1e-6
259+
@test saturation_pressure(system2,20.0)[1] 5401.638502041771 rtol = 1e-6
260260
end
261261

262262
@testset "EPPR78, single component" begin

0 commit comments

Comments
 (0)