mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
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) {
|
for (String table : tables) {
|
||||||
Assert.assertTrue(
|
Assert.assertTrue(
|
||||||
String.format("table $s was not created!", table),
|
String.format("table %s was not created!", table),
|
||||||
connector.tableExists(handle, table)
|
connector.tableExists(handle, table)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user