Skip to content

Commit

Permalink
Fix a very important typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 6, 2024
1 parent 0904b0b commit 2498a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/NfAbs/Subfields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@test degree(fixed_field(K,[s,t])[1]) == 2
end

@testset "FixedField: realtiv" begin
@testset "FixedField: relative" begin
K,b = number_field(x-1,"b")
Ky,y = K["y"]
f = y^8+236*y^6+12158*y^4+201788*y^2+779689
Expand Down

0 comments on commit 2498a33

Please sign in to comment.