Skip to content

Commit

Permalink
Corrected two assert messages
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Mar 3, 2025
1 parent 3e1ed3b commit bb9d323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/apc_storage_base_test.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class ApcStorageBaseTestCase extends BackdropWebTestCase {
$string = $options['message'];
}
else {
$string = '@key was found in APCu.';
$string = '@key was found in the APCu storage.';
}

$message = format_string($string, $args);
Expand Down Expand Up @@ -335,7 +335,7 @@ class ApcStorageBaseTestCase extends BackdropWebTestCase {
$string = $options['message'];
}
else {
$string = '@key was found in APCu.';
$string = '@key was not found in the APCu storage.';
}

$message = format_string($string, $args);
Expand Down

0 comments on commit bb9d323

Please sign in to comment.