Skip to content

Commit

Permalink
fix: updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Dec 3, 2024
1 parent 3866761 commit 98d477b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chained/water_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ func TestNewWaterImpl(t *testing.T) {
raddr: "127.0.0.1",
pc: &config.ProxyConfig{
PluggableTransportSettings: map[string]string{
"water_available_at": "http://example.com/wasm.wasm,http://example2.com/wasm.wasm",
"water_transport": "plain.v1.tinygo.wasm",
"wasm_available_at": "http://example.com/wasm.wasm,http://example2.com/wasm.wasm",
"water_transport": "plain.v1.tinygo.wasm",
},
},
reportDialCore: func(op *ops.Op, dialCore func() (net.Conn, error)) (net.Conn, error) {
Expand Down

0 comments on commit 98d477b

Please sign in to comment.