Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/Microsoft.DotNet.Darc.Tests/Operations/DeleteDefaultChann…
…elOperationConfigRepoTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
adamzip and Copilot authored Jan 7, 2026
commit 8d6d9b2543d1085e1d1757e1e814f6ac1e84b06b
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private DefaultChannel CreateTestDefaultChannel(
bool enabled = true)
{
return new DefaultChannel(
id: 1,
id: channelId,
repository: repository,
enabled: enabled)
{
Expand Down
Loading