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

Commit 17d65ae

Browse files
committed
chore(radar): fix test
1 parent a587596 commit 17d65ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/groupher_server/cms/abuse_reports/radar_report_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GroupherServer.Test.CMS.AbuseReports.RadarReport do
2828

2929
report = all_reports.entries |> List.first()
3030
assert report.article.id == radar.id
31-
assert report.article.thread == "WORKS"
31+
assert report.article.thread == "RADAR"
3232
end
3333

3434
test "report a radar should have a abuse report record", ~m(community user radar_attrs)a do

0 commit comments

Comments
 (0)