Skip to content

Commit

Permalink
[integration] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Mar 24, 2022
1 parent cd40964 commit 813fa07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Settings resolver standard behavior', () => {
expect(queryResult).not.toBeNull();
const { about } = queryResult.data;
expect(about).not.toBeNull();
expect(about.version).toContain('5.2.1');
expect(about.version).toContain('5.2.2');
expect(about.dependencies.length).toEqual(3);
});
it('should settings information', async () => {
Expand Down

0 comments on commit 813fa07

Please sign in to comment.