Skip to content

Commit 7d75aa1

Browse files
committed
fixup
1 parent 270cd70 commit 7d75aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FixedDecimal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ end
294294
@test convert(F64D2, UInt128(1)).i === Int64(100)
295295
@test convert(UF64D2, UInt128(1)).i === UInt64(100)
296296
@test convert(F64D2, Int128(-1)).i === Int64(-100)
297-
@test_throws InexactError(:convert, UF64D2, Int128(-1)) convert(UFD2, Int128(-1))
297+
@test_throws InexactError(:convert, UF64D2, Int128(-1)) convert(UF64D2, Int128(-1))
298298
@test_throws InexactError(:convert, F64D2, typemax(Int128)) convert(F64D2, typemax(Int128))
299299
@test_throws InexactError(:convert, UF64D2, typemax(Int128)) convert(UF64D2, typemax(Int128))
300300
@test_throws InexactError(:convert, F64D2, typemin(Int128)) convert(F64D2, typemin(Int128))

0 commit comments

Comments
 (0)