Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 63642fc

Browse files
author
N. Taylor Mullen
committed
Updated error length in test.
- React to aspnet/Razor#386.
1 parent c4d45f0 commit 63642fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Microsoft.AspNet.Tooling.Razor.Test/RazorPluginTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public void ProcessMessage_ResolveTagHelperDescriptors_ReturnsErrors()
280280
error.Message,
281281
StringComparer.Ordinal);
282282
Assert.Equal(expectedSourceLocation, error.Location);
283-
Assert.Equal(1, error.Length);
283+
Assert.Equal(7, error.Length);
284284
Assert.True(handled);
285285
}
286286

0 commit comments

Comments
 (0)