Skip to content

Commit

Permalink
fixed comments / test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinyanakiev committed Dec 11, 2024
1 parent 693d50e commit dd79b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export abstract class ILicensingCredentialBasedPolicyCredentialRule {
grantedEntitlements!: LicenseEntitlementType[];

@Field(() => String, { nullable: true })
name!: string;
name?: string;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Test, TestingModule } from '@nestjs/testing';
import { LicensingWingbackSubscriptionService } from './licensing.wingback.subscription.service';
import { WingbackManager } from '@services/external/wingback';

describe('LicensingWingbackSubscriptionService', () => {
let service: LicensingWingbackSubscriptionService;
Expand Down

0 comments on commit dd79b2f

Please sign in to comment.