Skip to content

Commit 514e77c

Browse files
committed
Removed one required argument from the list of fake arguments for a benchmark so we include validation errors too
1 parent b73147d commit 514e77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AtleX.CommandLineArguments.Benchmarks/Benches/ArgumentsFaker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static string[] GetWindowsStyleArguments()
2828

2929
"/Required", "true",
3030
"/RequiredToggle",
31-
"/RequiredString", "aa",
31+
// "/RequiredString", "aa", // We don't want this so we can include one validation error
3232
};
3333

3434
return result;

0 commit comments

Comments
 (0)