File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ mod tests {
235235 let store_key = hex_utils:: to_string ( & hash. 0 ) ;
236236 assert ! ( store
237237 . read(
238- PAYMENT_INFO_PERSISTENCE_NAMESPACE ,
239- PAYMENT_INFO_PERSISTENCE_SUB_NAMESPACE ,
238+ PAYMENT_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
239+ PAYMENT_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
240240 & store_key
241241 )
242242 . is_err( ) ) ;
@@ -254,8 +254,8 @@ mod tests {
254254 assert ! ( payment_store. get( & hash) . is_some( ) ) ;
255255 assert ! ( store
256256 . read(
257- PAYMENT_INFO_PERSISTENCE_NAMESPACE ,
258- PAYMENT_INFO_PERSISTENCE_SUB_NAMESPACE ,
257+ PAYMENT_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
258+ PAYMENT_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
259259 & store_key
260260 )
261261 . is_ok( ) ) ;
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ mod tests {
164164 let expected_peer_info = PeerInfo { node_id, address } ;
165165 assert ! ( store
166166 . read(
167- PEER_INFO_PERSISTENCE_NAMESPACE ,
168- PEER_INFO_PERSISTENCE_SUB_NAMESPACE ,
167+ PEER_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
168+ PEER_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
169169 PEER_INFO_PERSISTENCE_KEY ,
170170 )
171171 . is_err( ) ) ;
You can’t perform that action at this time.
0 commit comments