Skip to content

Commit cf3894f

Browse files
authored
test: simplify a test (#16)
1 parent f1a50a7 commit cf3894f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ using Aqua: Aqua
3434
@testset "`CallableWithTypeSignature`" begin
3535
@testset "subtyping" begin
3636
@test CallableWithTypeSignature <: CallableWithReturnType
37-
@test CallableWithTypeSignature{Float32} <: ComposedFunction{Base.Fix2{typeof(typeassert), Type{Float32}}}
37+
@test CallableWithTypeSignature{Float32} <: CallableWithReturnType{Float32}
3838
@test_throws TypeError CallableWithTypeSignature{<:Any, Int}
3939
end
4040
@testset "construction" begin

0 commit comments

Comments
 (0)