Skip to content

Commit

Permalink
fix merge problem of test (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sher authored Nov 9, 2023
1 parent 664c275 commit 36c7256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/initiator/initiator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func TestRemoveTrailSlash(t *testing.T) {
}
]`)

ops, err := LoadOperatorsJson(jsonStr)
ops, err := initiator.LoadOperatorsJson(jsonStr)

require.Nil(t, err)
require.Equal(t, "http://localhost:3030", ops[1].Addr)
Expand Down

0 comments on commit 36c7256

Please sign in to comment.