Skip to content

Commit

Permalink
Add missing space to test description
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Feb 13, 2024
1 parent 05ae5c1 commit 49fa867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/t/MusicBrainz/Server/Data/Role/GIDEntityCache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ test 'Cache is transactional (MBS-7241)' => sub {
'(b.) concurrent get_by_gid returns artist ' . $status);

is($c2->cache->get('artist:3'), undef,
'(b.) cache is not repopulated after concurrent get_by_gid' .
'(b.) cache is not repopulated after concurrent get_by_gid ' .
$status);
};

Expand Down

0 comments on commit 49fa867

Please sign in to comment.