Skip to content
Draft
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
fix: wrong issue number
  • Loading branch information
mvanhilst-msft committed Mar 30, 2026
commit 24e612733400acd9b1fde239122514a4341204d8
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
namespace HuskyIntegrationTests;

/// <summary>
/// Tests for issue #173: ${staged:separator} pattern does not re-stage files after task execution.
/// Tests for issue #172: ${staged:separator} pattern does not re-stage files after task execution.
/// When using ${staged:;} (with separator), formatting changes made by the task should be
/// re-staged before the commit is finalized.
/// </summary>
public class Issue173Tests(ITestOutputHelper output)
public class Issue172Tests(ITestOutputHelper output)
{
[Fact]
public async Task StagedSeparator_FormattedChanges_ShouldBeCommitted()
Expand Down