Skip to content

Commit

Permalink
test with unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 9, 2023
1 parent dfd8fd3 commit d45a492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/licensing_plugin/server/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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 d45a492

Please sign in to comment.