Skip to content

Commit

Permalink
test: subscribing initialValue will also subscribe key now
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Aug 3, 2024
1 parent 045e40f commit abda5b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integrations/subscription.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async function runTest(page: Page) {
'message.formId: 1',
'message.errorId: 1',
'message.descriptionId: 1',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 14',
'message.key: 2',
'message.dirty: 3',
Expand Down Expand Up @@ -243,7 +243,7 @@ async function runTest(page: Page) {
'message.formId: 1',
'message.errorId: 1',
'message.descriptionId: 1',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 14',
'message.key: 3',
'message.dirty: 3',
Expand Down Expand Up @@ -279,7 +279,7 @@ async function runTest(page: Page) {
'message.formId: 2',
'message.errorId: 2',
'message.descriptionId: 2',
'message.initialValue: 1',
'message.initialValue: 2',
'message.value: 16',
'message.key: 4',
'message.dirty: 5',
Expand Down

0 comments on commit abda5b6

Please sign in to comment.