Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Dec 18, 2023
1 parent b79ee72 commit fc58d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/agents_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestAgentConfig_ContainerNameSharded(t *testing.T) {
Target: 4,
},
}
assert.Equal(t, "forta-agent-0x04f65c-de86-3", cfg.ContainerName())
assert.Equal(t, "forta-agent-0x04f65c-de86-s3", cfg.ContainerName())
}

func TestAgentConfig_Equal(t *testing.T) {
Expand Down

0 comments on commit fc58d6a

Please sign in to comment.