8000 chore: appease linter · coder/coder@c6652a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6652a1

Browse files
chore: appease linter
1 parent d1da3a1 commit c6652a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ func TestAPI(t *testing.T) {
17181718
afterCreate: func(t *testing.T, subAgent agentcontainers.SubAgent) {
17191719
require.Len(t, subAgent.Apps, 3)
17201720

1721-
// As the original "foo-app" gets overriden by the later "foo-app",
1721+
// As the original "foo-app" gets overridden by the later "foo-app",
17221722
// we expect "bar-app" to be first in the order.
17231723
assert.Equal(t, "bar-app", subAgent.Apps[0].Slug)
17241724
assert.Equal(t, "foo-app", subAgent.Apps[1].Slug)

0 commit comments

Comments
 (0)
0