Fix test with mismatched literal type
This commit is contained in:
parent
4c59b4d226
commit
b7fc5f06cd
|
|
@ -42,7 +42,7 @@ namespace Microsoft.AspNetCore.Routing.Tests
|
|||
() => new RangeRouteConstraint(3, 2),
|
||||
"min",
|
||||
expectedMessage,
|
||||
3);
|
||||
3L);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue