Skip to content

Commit 94b7413

Browse files
chore: copilot fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 66bf91f commit 94b7413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/watcher/watcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestFSNotifyWatcher(t *testing.T) {
9595
// This test flake could be indicative of an issue that may present itself
9696
// in a running environment. Fortunately, we only use this (as of 2025-07-29)
9797
// for our dev container integration. We do not expect the host workspace
98-
// (where this is used), to ever be ran on macOS, as containers are a linux
98+
// (where this is used), to ever be run on macOS, as containers are a linux
9999
// paradigm.
100100
if runtime.GOOS != "darwin" {
101101
err = os.WriteFile(testFile+".atomic", []byte(`{"test": "atomic"}`), 0o600)

0 commit comments

Comments
 (0)