diff options
author | crupest <crupest@outlook.com> | 2021-05-15 16:01:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-15 16:01:21 +0800 |
commit | e9017498a0bd87e2a5ae457c00f9ddee35809c29 (patch) | |
tree | 3658ceb6200f0feaf1d2a95d5d9990aba9de9fbd /BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs | |
parent | d5c70793f203dccf96219b89c2da8e5432617e17 (diff) | |
download | timeline-e9017498a0bd87e2a5ae457c00f9ddee35809c29.tar.gz timeline-e9017498a0bd87e2a5ae457c00f9ddee35809c29.tar.bz2 timeline-e9017498a0bd87e2a5ae457c00f9ddee35809c29.zip |
feat: Timeline post change notification with signalr.
Diffstat (limited to 'BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs b/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs index 097275b0..ab8f6f66 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests/TimelinePostTest.cs @@ -19,7 +19,7 @@ namespace Timeline.Tests.IntegratedTests {
public class TimelinePostTest : BaseTimelineTest
{
- private static HttpTimelinePostCreateRequest CreateTextPostRequest(string text, DateTime? time = null, string? color = null)
+ public static HttpTimelinePostCreateRequest CreateTextPostRequest(string text, DateTime? time = null, string? color = null)
{
return new HttpTimelinePostCreateRequest()
{
|