summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_dbi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_dbi.t b/tests/it_dbi.t
index 4404247..3428c0f 100755
--- a/tests/it_dbi.t
+++ b/tests/it_dbi.t
@@ -142,7 +142,7 @@ isnt(
$rand = $record->x;
is (
$record->_set(array('x' => $rand, 'foo' => "bar")),
- "SET foo='bar'",
+ "SET `foo`='bar'",
'update: _set optimization'
);