Skip to content

Commit 118586c

Browse files
committed
Update comment
1 parent 6095e00 commit 118586c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/client/src/telemetry.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ mod tests {
757757
test_project_discovery_helper(telemetry.clone(), vec!["file.vbproj"], vec!["dotnet"], 5);
758758
test_project_discovery_helper(telemetry.clone(), vec!["file.sln"], vec!["dotnet"], 6);
759759

760-
// Ensure we only detect the project type once in the presence of
761-
// multiple files associated with that project type
760+
// Each worktree should only send a single project type event, even when
761+
// encountering multiple files associated with that project type
762762
test_project_discovery_helper(
763763
telemetry,
764764
vec!["global.json", "Directory.Build.props"],

0 commit comments

Comments
 (0)