Skip to content

Commit

Permalink
✅ fix usual map migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Mar 8, 2022
1 parent f8927c2 commit 1a48ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/maps/migrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function ({ getService }) {
}
expect(panels.length).to.be(1);
expect(panels[0].type).to.be('map');
expect(panels[0].version).to.be('8.1.0');
expect(panels[0].version).to.be('8.2.0');
});
});
});
Expand Down

0 comments on commit 1a48ad1

Please sign in to comment.