File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ mod tests {
436436 }
437437
438438 // 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 .
440440 // Windows ignores the read-only flag for folders, so this test is Unix-only.
441441 #[ cfg( not( target_os = "windows" ) ) ]
442442 #[ test]
@@ -458,7 +458,7 @@ mod tests {
458458 let update_id = update_map. get ( & added_monitors[ 0 ] . 0 . to_channel_id ( ) ) . unwrap ( ) ;
459459
460460 // 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
462462 // channel update.
463463 let path = & store. get_data_dir ( ) ;
464464 let mut perms = fs:: metadata ( path) . unwrap ( ) . permissions ( ) ;
You can’t perform that action at this time.
0 commit comments