aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests/TimelineTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-13 18:09:50 +0800
committerGitHub <noreply@github.com>2020-03-13 18:09:50 +0800
commitb20c488a9b02807cfa117b10dd8906271af03614 (patch)
tree23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline.Tests/IntegratedTests/TimelineTest.cs
parentd51954c2eaf07769e045270a02c19e46e01fe73f (diff)
parent5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c (diff)
downloadtimeline-b20c488a9b02807cfa117b10dd8906271af03614.tar.gz
timeline-b20c488a9b02807cfa117b10dd8906271af03614.tar.bz2
timeline-b20c488a9b02807cfa117b10dd8906271af03614.zip
Merge pull request #71 from crupest/cache
Add cache support for timeline post data.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/TimelineTest.cs')
-rw-r--r--Timeline.Tests/IntegratedTests/TimelineTest.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline.Tests/IntegratedTests/TimelineTest.cs b/Timeline.Tests/IntegratedTests/TimelineTest.cs
index 682cfd7c..845208e8 100644
--- a/Timeline.Tests/IntegratedTests/TimelineTest.cs
+++ b/Timeline.Tests/IntegratedTests/TimelineTest.cs
@@ -1091,6 +1091,10 @@ namespace Timeline.Tests.IntegratedTests
}
{
+ await CacheTestHelper.TestCache(client, generator(1, $"posts/{postId}/data"));
+ }
+
+ {
var res = await client.DeleteAsync(generator(1, $"posts/{postId}"));
res.Should().BeDelete(true);
}