fixed abuse_reports spec

This commit is contained in:
Phil Hughes 2018-01-09 12:58:05 +00:00
parent a607f343c5
commit 3b9a1f36ee
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import '~/lib/utils/text_utility';
import AbuseReports from '~/abuse_reports';
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
describe('Abuse Reports', () => {
const FIXTURE = 'abuse_reports/abuse_reports_list.html.raw';