This commit is contained in:
Justin 2022-05-02 10:44:59 -04:00
parent 82b9c00574
commit 6baec89484

View file

@ -12,6 +12,7 @@ describe('reports reducer', () => {
comment: '',
forward: false,
block: false,
rule_id: null,
}),
}));
});