Skip to content

Commit c382bcb

Browse files
committed
Fix failing test line
1 parent 934357d commit c382bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IntelliTect.Analyzer/IntelliTect.Analyzer.Test/DateTimeConversionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static void Main(string[] args)
6464
Id = "INTL0202",
6565
Severity = DiagnosticSeverity.Warning,
6666
Message = "Using the symbol 'DateTimeOffset.implicit operator DateTimeOffset(DateTime)' can result in unpredictable behavior",
67-
Locations = [new DiagnosticResultLocation("Test0.cs", 17, 17)]
67+
Locations = [new DiagnosticResultLocation("Test0.cs", 13, 17)]
6868
});
6969

7070
}

0 commit comments

Comments
 (0)