提交 cc86b551 编写于 作者: C CyrusNajmabadi

Fix up test file.

上级 ee10eea7
......@@ -46,7 +46,7 @@ static void TestParseEditorConfigCodeStyleOption(string args, bool isEnabled, Di
var codeStyleOption = new CodeStyleOption<bool>(value: isEnabled, notification: notificationOption);
CodeStyleHelpers.TryParseEditorConfigCodeStyleOption(args, out var result);
CodeStyleHelpers.TryParseBoolEditorConfigCodeStyleOption(args, out var result);
Assert.True(result.Value == isEnabled,
$"Expected {nameof(isEnabled)} to be {isEnabled}, was {result.Value}");
Assert.True(result.Notification.Value == severity,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册