From d9570411134273d690e783748dd572696fc14c6f Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 12 Oct 2022 23:43:31 +0200 Subject: Make description an optional field --- src/post/draft_post_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post/draft_post_test.go') 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"} -- cgit v1.2.3