File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ mod tests {
436
436
}
437
437
438
438
// Test that if the store's path to channel data is read-only, writing a
439
- // monitor to it results in the store returning an InProgress .
439
+ // monitor to it results in the store returning an UnrecoverableError .
440
440
// Windows ignores the read-only flag for folders, so this test is Unix-only.
441
441
#[ cfg( not( target_os = "windows" ) ) ]
442
442
#[ test]
@@ -458,7 +458,7 @@ mod tests {
458
458
let update_id = update_map. get ( & added_monitors[ 0 ] . 0 . to_channel_id ( ) ) . unwrap ( ) ;
459
459
460
460
// Set the store's directory to read-only, which should result in
461
- // returning a permanent failure when we then attempt to persist a
461
+ // returning an unrecoverable failure when we then attempt to persist a
462
462
// channel update.
463
463
let path = & store. get_data_dir ( ) ;
464
464
let mut perms = fs:: metadata ( path) . unwrap ( ) . permissions ( ) ;
You can’t perform that action at this time.
0 commit comments