Skip to content

Commit

Permalink
[tests] Update OpenCTI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jun 23, 2020
1 parent e7b0ac9 commit 12a63a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Settings resolver standard behavior', () => {
expect(queryResult).not.toBeNull();
const { about } = queryResult.data;
expect(about).not.toBeNull();
expect(about.version).toEqual('3.3.1');
expect(about.version).toEqual('3.3.2');
expect(about.dependencies.length).toEqual(5);
const aggregationMap = new Map(about.dependencies.map((q) => [q.name, q]));
const grakn = aggregationMap.get('Grakn');
Expand Down

0 comments on commit 12a63a6

Please sign in to comment.