Update ActionItems.test.tsx

This commit is contained in:
Ryan Vazquez
2021-01-26 19:05:35 -05:00
committed by GitHub
parent 027ee1a7cf
commit d275c3eb6e
@@ -24,7 +24,7 @@ function renderInContext(children: JSX.Element) {
}
describe('<ActionItems/>', () => {
it('should not display status buttons if there no active alerts', () => {
it('should not display status buttons if there are no active alerts', () => {
const { queryByRole } = renderInContext(
<ActionItems active={[]} snoozed={[]} accepted={[]} dismissed={[]} />,
);