Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/readoperator_test.jl @ 732:6114274447f5 feature/selectable_tests
Add missing using and imports in test files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Mar 2021 21:21:23 +0100 |
parents | 45966c77cb20 |
children | 0158c3fd521c |
line wrap: on
line diff
--- a/test/SbpOperators/readoperator_test.jl Wed Mar 17 20:56:47 2021 +0100 +++ b/test/SbpOperators/readoperator_test.jl Wed Mar 17 21:21:23 2021 +0100 @@ -3,6 +3,8 @@ using TOML using Sbplib.SbpOperators +import Sbplib.SbpOperators.Stencil + @testset "parse_rational" begin @test SbpOperators.parse_rational("1") isa Rational