fix minor error output problem

This commit is contained in:
fjy 2015-01-15 15:57:45 -08:00
parent 6f1537d153
commit f7ea308b25
1 changed files with 1 additions and 1 deletions

View File

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