Skip to content

Commit

Permalink
Fix tests one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Jul 31, 2021
1 parent e8ad3ce commit 04c3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/insert_layers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using ..TestRequest
@testset "HTTP Stack Inserting" begin
@testset "Insert - Beginning" begin
expected = TestLayer{TopLayer{RedirectLayer{BasicAuthLayer{MessageLayer{RetryLayer{ExceptionLayer{ConnectionPoolLayer{StreamLayer{Union{}}}}}}}}}}
result = insert(stack(), RedirectLayer, TestLayer)
result = insert(stack(), TopLayer, TestLayer)

@test expected == result
end
Expand Down

0 comments on commit 04c3832

Please sign in to comment.