This commit is contained in:
Mikael Lindemann 2020-03-15 17:15:59 +01:00
Родитель 6d896159c0
Коммит 8614a91557
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,7 +44,7 @@ namespace Piranha.Analyzers.Test
var expected = new DiagnosticResult
{
Id = "PA0002",
Message = "Piranha does not have support for single field complex regions. Use a single field region instead.",
Message = "Piranha does not support single field complex regions. Use a single field region instead.",
Severity = DiagnosticSeverity.Error,
Locations = new[]
{
@ -87,7 +87,7 @@ namespace Piranha.Analyzers.Test
var expected = new DiagnosticResult
{
Id = "PA0002",
Message = "Piranha does not have support for single field complex regions. Use a single field region instead.",
Message = "Piranha does not support single field complex regions. Use a single field region instead.",
Severity = DiagnosticSeverity.Error,
Locations = new[]
{