aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSQLiteTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMSQLiteTest.m')
-rw-r--r--Foundation/GTMSQLiteTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMSQLiteTest.m b/Foundation/GTMSQLiteTest.m
index 50e893e..a158a4f 100644
--- a/Foundation/GTMSQLiteTest.m
+++ b/Foundation/GTMSQLiteTest.m
@@ -1778,7 +1778,7 @@ static NSArray* LikeGlobTestHelper(GTMSQLiteDatabase *db, NSString *sql) {
@"-[GTMSQLiteStatement finalizeStatement] must be called "
@"when statement is no longer needed";
- [GTMUnitTestDevLog expectString:expectedLog];
+ [GTMUnitTestDevLog expectString:@"%@", expectedLog];
[GTMUnitTestDevLog expectPattern:@"Unable to close .*"];
[localPool drain];