remove flaly assetion. a license presence tested anyway (#55289) (#55307)

This commit is contained in:
Mikhail Shustov 2020-01-20 15:03:07 +01:00 committed by GitHub
parent 493f60f1c3
commit 0d10f0e956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');