Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix(BUX-250): fix options test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Nov 14, 2023
1 parent f8a1f1d commit eb08183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestClient_defaultModelOptions(t *testing.T) {
require.NotNil(t, dco.dataStore)
require.Nil(t, dco.dataStore.ClientInterface)
require.NotNil(t, dco.dataStore.options)
assert.Equal(t, 0, len(dco.dataStore.options))
assert.Equal(t, 1, len(dco.dataStore.options))

require.NotNil(t, dco.newRelic)

Expand Down

0 comments on commit eb08183

Please sign in to comment.