Removed leftover .only on Admin unit tests (#20513)

no issue
This commit is contained in:
Sag 2024-07-02 16:10:23 +02:00 committed by GitHub
parent a4107b8202
commit 92a84f77fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import {compExpiry, getSubscriptionData, isActive, isCanceled, isComplimentary,
import {describe, it} from 'mocha';
import {expect} from 'chai';
describe.only('Unit: Util: subscription-data', function () {
describe('Unit: Util: subscription-data', function () {
describe('validUntil', function () {
it('returns the end of the current billing period when the subscription is canceled at the end of the period', function () {
let sub = {