mirror of https://github.com/apache/druid.git
fix minor error output problem
This commit is contained in:
parent
6f1537d153
commit
f7ea308b25
|
@ -66,7 +66,7 @@ public class SQLMetadataConnectorTest
|
|||
{
|
||||
for (String table : tables) {
|
||||
Assert.assertTrue(
|
||||
String.format("table $s was not created!", table),
|
||||
String.format("table %s was not created!", table),
|
||||
connector.tableExists(handle, table)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue