Skip to content

Commit 74ac522

Browse files
committed
un-skip fixed test
1 parent eb6548f commit 74ac522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/embeddable/public/lib/actions/apply_filter_action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const getEmbeddable = () => {
9393

9494
describe('execute()', () => {
9595
describe('when no filters are given', () => {
96-
test.skip('throws an error', async () => {
96+
test('throws an error', async () => {
9797
const action = createFilterAction();
9898
const error = await expectErrorAsync(() =>
9999
action.execute({

0 commit comments

Comments
 (0)