Skip to content

Commit f12afa0

Browse files
committed
Fix typo
1 parent 0eb1a35 commit f12afa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void UsingDotnetForTheFirstTimeWithNonVerbsDoesNotPrintEula()
112112
.StartWith(firstTimeNonVerbUseMessage);
113113
}
114114

115-
[Fact(Skip="https://github.com/dotnet/sdk/issues/43328")]]
115+
[Fact(Skip="https://github.com/dotnet/sdk/issues/43328")]
116116
public void ItShowsTheAppropriateMessageToTheUser()
117117
{
118118

0 commit comments

Comments
 (0)