File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Application/src/RazorPagesTestSample/Data Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 25
25
run : dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
26
26
- name : Test
27
27
run : dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj
28
-
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class Message
20
20
/// </remarks>
21
21
[ Required ]
22
22
[ DataType ( DataType . Text ) ]
23
- [ StringLength ( 250 , ErrorMessage = "There's a 250 character limit on messages. Please shorten your message ." ) ]
23
+ [ StringLength ( 250 , ErrorMessage = "There's a 250 character limit on messages. Please shorten your messages ." ) ]
24
24
public string Text { get ; set ; }
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments