summaryrefslogtreecommitdiff
path: root/src/post/draft_post_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/draft_post_test.go')
-rw-r--r--src/post/draft_post_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/draft_post_test.go b/src/post/draft_post_test.go
index f404bb0..fde5f95 100644
--- a/src/post/draft_post_test.go
+++ b/src/post/draft_post_test.go
@@ -68,6 +68,7 @@ func TestDraftStore(t *testing.T) {
// we will now try updating the post, and ensure it updates properly
post.Title = "something else"
+ post.Description = "some description"
post.Series = "whatever"
post.Body = "anything"
post.Tags = []string{"bar", "baz"}