Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Apr 11, 2024
1 parent 7a2c4e0 commit 219b83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oracle/orchestrator/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ func TestInit(t *testing.T) {
t.Run("errors when a provider is not supported by the web socket query handler factory", func(t *testing.T) {
cfg := oracleCfg

okcCfg := okx.DefaultWebSocketConfig
okcCfg.Name = "unsupported"
okxCfg := okx.DefaultWebSocketConfig
okxCfg.Name = "unsupported"
cfg.Providers = append(cfg.Providers, config.ProviderConfig{
Name: "unsupported",
WebSocket: okcCfg,
WebSocket: okxCfg,
Type: oracletypes.ConfigType,
})

Expand Down

0 comments on commit 219b83f

Please sign in to comment.