Skip to content

Commit c1dbbd8

Browse files
committed
fix QPRK typo
1 parent 0752772 commit c1dbbd8

File tree

1 file changed

+2
-2
lines changed
  • lib/OrdinaryDiffEqQPRK/test

1 file changed

+2
-2
lines changed

lib/OrdinaryDiffEqQPRK/test/jet.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import OrdinaryDiffEqQRPK
1+
import OrdinaryDiffEqQPRK
22
using JET
33

44
@testset "JET Tests" begin
55
test_package(
6-
OrdinaryDiffEqQRPK, target_defined_modules = true, mode = :typo)
6+
OrdinaryDiffEqQPRK, target_defined_modules = true, mode = :typo)
77
end

0 commit comments

Comments
 (0)