aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-25 19:27:44 +0800
committercrupest <crupest@outlook.com>2022-04-25 19:27:44 +0800
commitf2ead327344fdacdf3fb1e761b4fb8ec89330f1e (patch)
treec04e46a1517191440a72932f4314bd1f64503fab /BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs
parent60ec53aa2ad9687f5d8661322fb3e1e03e291eba (diff)
downloadtimeline-f2ead327344fdacdf3fb1e761b4fb8ec89330f1e.tar.gz
timeline-f2ead327344fdacdf3fb1e761b4fb8ec89330f1e.tar.bz2
timeline-f2ead327344fdacdf3fb1e761b4fb8ec89330f1e.zip
...
Diffstat (limited to 'BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs')
-rw-r--r--BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs b/BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs
index 807314f4..84bd5264 100644
--- a/BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs
+++ b/BackEnd/Timeline.Tests/IntegratedTests2/TimelineTest.cs
@@ -25,7 +25,7 @@ namespace Timeline.Tests.IntegratedTests2
var b = await client.TestJsonSendAsync<HttpTimeline>(HttpMethod.Get, "v2/timelines/user/hello");
- a.Name.Should().Be(b.Name);
+ a.NameV2.Should().Be(b.NameV2);
a.UniqueId.Should().Be(b.UniqueId);
}