Skip to content

Commit

Permalink
remove flaly assetion. a license presence tested anyway (#55289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jan 20, 2020
1 parent 6c420b7 commit a9824f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/licensing/server/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ describe('licensing plugin', () => {
expect(customClient.callAsInternalUser).toHaveBeenCalledTimes(1);

await flushPromises(customPollingFrequency * 1.5);
expect(customClient.callAsInternalUser).toHaveBeenCalledTimes(2);

expect(customLicense.isAvailable).toBe(true);
expect(customLicense.type).toBe('gold');
Expand Down

0 comments on commit a9824f4

Please sign in to comment.