@@ -2755,6 +2755,7 @@ describe('actions/Policy', () => {
27552755 reimbursementAccountError : { } ,
27562756 lastUsedPaymentMethods : undefined ,
27572757 localeCompare : TestHelper . localeCompare ,
2758+ currentUserAccountID : ESH_ACCOUNT_ID ,
27582759 } ) ;
27592760
27602761 await waitForBatchedUpdates ( ) ;
@@ -2853,6 +2854,7 @@ describe('actions/Policy', () => {
28532854 reimbursementAccountError : undefined ,
28542855 lastUsedPaymentMethods : undefined ,
28552856 localeCompare : TestHelper . localeCompare ,
2857+ currentUserAccountID : ESH_ACCOUNT_ID ,
28562858 } ) ;
28572859
28582860 await waitForBatchedUpdates ( ) ;
@@ -2909,6 +2911,7 @@ describe('actions/Policy', () => {
29092911 reimbursementAccountError : undefined ,
29102912 lastUsedPaymentMethods : undefined ,
29112913 localeCompare : TestHelper . localeCompare ,
2914+ currentUserAccountID : ESH_ACCOUNT_ID ,
29122915 } ) ;
29132916 await waitForBatchedUpdates ( ) ;
29142917
@@ -2946,6 +2949,7 @@ describe('actions/Policy', () => {
29462949 reimbursementAccountError : undefined ,
29472950 lastUsedPaymentMethods : undefined ,
29482951 localeCompare : TestHelper . localeCompare ,
2952+ currentUserAccountID : ESH_ACCOUNT_ID ,
29492953 } ) ;
29502954 await waitForBatchedUpdates ( ) ;
29512955
@@ -2985,6 +2989,7 @@ describe('actions/Policy', () => {
29852989 reimbursementAccountError : undefined ,
29862990 lastUsedPaymentMethods : undefined ,
29872991 localeCompare : TestHelper . localeCompare ,
2992+ currentUserAccountID : ESH_ACCOUNT_ID ,
29882993 } ) ;
29892994 await waitForBatchedUpdates ( ) ;
29902995
0 commit comments