Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit f50cfc6

Browse files
committed
chore(works): meta thread fix
1 parent 4e0aa9f commit f50cfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/factory.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ defmodule GroupherServer.Support.Factory do
223223
text = Faker.Lorem.sentence(%Range{first: 80, last: 120})
224224

225225
%{
226-
meta: @default_article_meta |> Map.merge(%{thread: "BLOG"}),
226+
meta: @default_article_meta |> Map.merge(%{thread: "WORKS"}),
227227
title: String.slice(text, 1, 49),
228228
body: mock_rich_text(),
229229
digest: String.slice(text, 1, 150),

0 commit comments

Comments
 (0)