Skip to content

Commit

Permalink
Remove Hecke reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 17, 2024
1 parent 5320f39 commit dc52a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assertions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ macro hassert(s, l::Int, cond)
end

function assertions(flag::Bool)
for s in Hecke.ASSERT_SCOPE
for s in ASSERT_SCOPE
flag ? set_assertion_level(s, 8999) : set_assertion_level(s, 0)
end

Check warning on line 553 in src/Assertions.jl

View check run for this annotation

Codecov / codecov/patch

src/Assertions.jl#L550-L553

Added lines #L550 - L553 were not covered by tests
end
Expand Down

0 comments on commit dc52a28

Please sign in to comment.