Commit c8e8fbc
committed
Fix: Update test expectation for validation call count
Test was expecting 2 validation calls but actually getting 3.
With the #1050 fix, validation now runs three times:
1. During synchronous registration (useState paused)
2. During normal registration (useEffect)
3. After initial values are applied
Updated test expectations and comment to reflect the actual behavior.1 parent e7eee71 commit c8e8fbc
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
967 | 967 | | |
968 | 968 | | |
969 | 969 | | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
975 | 977 | | |
976 | 978 | | |
977 | 979 | | |
| |||
0 commit comments