fix minor error output problem

This commit is contained in:
fjy 2015-01-15 15:57:45 -08:00
parent 6f1537d153
commit f7ea308b25

View File

@ -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)
); );
} }