Fix Format-string method arguments
Closes gh-934
This commit is contained in:
@@ -110,8 +110,7 @@ public class PropertySourceTests {
|
||||
ps.toString(),
|
||||
equalTo(String.format("%s [name='%s']",
|
||||
ps.getClass().getSimpleName(),
|
||||
name,
|
||||
map.size())));
|
||||
name)));
|
||||
} finally {
|
||||
logger.setLevel(original);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user