Skip to content

Commit 4752351

Browse files
Copilotliliankasem
andcommitted
Fix missing closing brace in GitIgnoreParserTests.cs
Co-authored-by: liliankasem <[email protected]>
1 parent d04bd29 commit 4752351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Cli/Func.UnitTests/ParserTests/GitIgnoreParserTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,6 @@ public async void PowerShellModuleBinFoldersShouldBeHandledCorrectly()
167167

168168
// Non-bin files in modules should not be ignored
169169
currentParser.Denies("Modules/Az.Accounts/2.0.0/lib/netstandard2.0/Microsoft.Azure.dll").Should().BeFalse();
170+
}
170171
}
171172
}

0 commit comments

Comments
 (0)