From b866013ba4f3290f2925c94080eabdba80f8e01c Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 14 Jan 2025 11:35:49 -0800 Subject: [PATCH] Fixed typo --- test/pinchflat/slow_indexing/slow_indexing_helpers_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pinchflat/slow_indexing/slow_indexing_helpers_test.exs b/test/pinchflat/slow_indexing/slow_indexing_helpers_test.exs index c9598a1..f1368c2 100644 --- a/test/pinchflat/slow_indexing/slow_indexing_helpers_test.exs +++ b/test/pinchflat/slow_indexing/slow_indexing_helpers_test.exs @@ -295,7 +295,7 @@ defmodule Pinchflat.SlowIndexing.SlowIndexingHelpersTest do response = Phoenix.json_library().encode!(%{ id: "video1", - # This is a disallowed title - set MediaItem changeset or issue #549 + # This is a disallowed title - see MediaItem changeset or issue #549 title: "youtube video #123", original_url: "https://example.com/video1", live_status: "not_live",