Skip to content

Commit 48c6262

Browse files
test
1 parent b04c504 commit 48c6262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/core/license/trial_panel.client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('trial panel client', () => {
5858

5959
// When null is passed, it gets converted to string "null" as HTML attribute
6060
const subscriptionsAttr = triggerElement?.getAttribute('subscriptions');
61-
expect(subscriptionsAttr).toBe('null');
61+
expect(subscriptionsAttr).toBe('');
6262

6363
// Ensure the panel element doesn't show "Included in Subscriptions: null"
6464
// This is the key test - our fix should prevent displaying "null"

0 commit comments

Comments
 (0)