Skip to content

Commit

Permalink
Fix a few missing PRASInterface to SiennaPRASInterface (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph McKinsey <[email protected]>
  • Loading branch information
josephmckinsey and Joseph McKinsey authored Nov 25, 2024
1 parent 49aa803 commit 168039e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PRASInterface.jl
# SiennaPRASInterface.jl

```@meta
CurrentModule = SiennaPRASInterface
Expand Down
10 changes: 5 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const PSCB = PowerSystemCaseBuilder
include("rts_gmlc.jl")

@testset "Aqua.jl" begin
Aqua.test_unbound_args(PRASInterface)
Aqua.test_undefined_exports(PRASInterface)
Aqua.test_ambiguities(PRASInterface)
Aqua.test_stale_deps(PRASInterface)
Aqua.test_deps_compat(PRASInterface)
Aqua.test_unbound_args(SiennaPRASInterface)
Aqua.test_undefined_exports(SiennaPRASInterface)
Aqua.test_ambiguities(SiennaPRASInterface)
Aqua.test_stale_deps(SiennaPRASInterface)
Aqua.test_deps_compat(SiennaPRASInterface)
end

#=
Expand Down

0 comments on commit 168039e

Please sign in to comment.