Fix test with mismatched literal type

This commit is contained in:
John Luo 2016-03-10 15:15:56 -08:00
parent 4c59b4d226
commit b7fc5f06cd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Routing.Tests
() => new RangeRouteConstraint(3, 2),
"min",
expectedMessage,
3);
3L);
}
}
}