Skip to content

Commit 092e136

Browse files
committed
Fixed typo
1 parent ee017cd commit 092e136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_upsert_rows_alter_table(fresh_db):
232232
table.insert({"id": 1, "title": "Hedgehogs of the world", "author_id": 1}, pk="id")
233233
table.upsert_all(
234234
[
235-
{"id": 1, "title": "Hedgedogs of the World", "species": "hedgehogs"},
235+
{"id": 1, "title": "Hedgehogs of the World", "species": "hedgehogs"},
236236
{"id": 2, "title": "Squirrels of the World", "num_species": 200},
237237
{
238238
"id": 3,
@@ -257,7 +257,7 @@ def test_upsert_rows_alter_table(fresh_db):
257257
"num_species": None,
258258
"significant_continents": None,
259259
"species": "hedgehogs",
260-
"title": "Hedgedogs of the World",
260+
"title": "Hedgehogs of the World",
261261
},
262262
{
263263
"author_id": None,

0 commit comments

Comments
 (0)