Skip to content

Commit 59c987a

Browse files
committed
test: improve test code
1 parent 72fe9ea commit 59c987a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/ForgeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ private function getMetaData(string $column, string $table): stdClass
13551355
);
13561356

13571357
if ($name === false) {
1358-
throw new LogicException('Column not fould: ' . $column);
1358+
throw new LogicException('Column not found: ' . $column);
13591359
}
13601360

13611361
return $fields[$name];

0 commit comments

Comments
 (0)