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 66bf91f commit 94b7413Copy full SHA for 94b7413
agent/agentcontainers/watcher/watcher_test.go
@@ -95,7 +95,7 @@ func TestFSNotifyWatcher(t *testing.T) {
95
// This test flake could be indicative of an issue that may present itself
96
// in a running environment. Fortunately, we only use this (as of 2025-07-29)
97
// 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
+ // (where this is used), to ever be run on macOS, as containers are a linux
99
// paradigm.
100
if runtime.GOOS != "darwin" {
101
err = os.WriteFile(testFile+".atomic", []byte(`{"test": "atomic"}`), 0o600)
0 commit comments