8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1da3a1 commit c6652a1Copy full SHA for c6652a1
agent/agentcontainers/api_test.go
@@ -1718,7 +1718,7 @@ func TestAPI(t *testing.T) {
1718
afterCreate: func(t *testing.T, subAgent agentcontainers.SubAgent) {
1719
require.Len(t, subAgent.Apps, 3)
1720
1721
- // As the original "foo-app" gets overriden by the later "foo-app",
+ // As the original "foo-app" gets overridden by the later "foo-app",
1722
// we expect "bar-app" to be first in the order.
1723
assert.Equal(t, "bar-app", subAgent.Apps[0].Slug)
1724
assert.Equal(t, "foo-app", subAgent.Apps[1].Slug)
0 commit comments