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 {
235
235
let store_key = hex_utils:: to_string ( & hash. 0 ) ;
236
236
assert ! ( store
237
237
. read(
238
- PAYMENT_INFO_PERSISTENCE_NAMESPACE ,
239
- PAYMENT_INFO_PERSISTENCE_SUB_NAMESPACE ,
238
+ PAYMENT_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
239
+ PAYMENT_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
240
240
& store_key
241
241
)
242
242
. is_err( ) ) ;
@@ -254,8 +254,8 @@ mod tests {
254
254
assert ! ( payment_store. get( & hash) . is_some( ) ) ;
255
255
assert ! ( store
256
256
. read(
257
- PAYMENT_INFO_PERSISTENCE_NAMESPACE ,
258
- PAYMENT_INFO_PERSISTENCE_SUB_NAMESPACE ,
257
+ PAYMENT_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
258
+ PAYMENT_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
259
259
& store_key
260
260
)
261
261
. is_ok( ) ) ;
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ mod tests {
164
164
let expected_peer_info = PeerInfo { node_id, address } ;
165
165
assert ! ( store
166
166
. read(
167
- PEER_INFO_PERSISTENCE_NAMESPACE ,
168
- PEER_INFO_PERSISTENCE_SUB_NAMESPACE ,
167
+ PEER_INFO_PERSISTENCE_PRIMARY_NAMESPACE ,
168
+ PEER_INFO_PERSISTENCE_SECONDARY_NAMESPACE ,
169
169
PEER_INFO_PERSISTENCE_KEY ,
170
170
)
171
171
. is_err( ) ) ;
You can’t perform that action at this time.
0 commit comments