Skip to content

Commit

Permalink
remove return early
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 9, 2023
1 parent 99401a6 commit 273834d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/licensing_plugin/server/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default function (ftrContext: FtrProviderContext) {
expect(refetchedLicense.signature).to.be(initialLicense.signature);

await scenario.startTrial();
return;
await scenario.waitForPluginToDetectLicenseUpdate();
const trialLicense = await scenario.getLicense();
expect(trialLicense.license?.type).to.be('trial');
Expand Down

0 comments on commit 273834d

Please sign in to comment.