mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
Fix typo in unrelated test
This commit is contained in:
parent
6be6126364
commit
f9e7888f10
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ def test_bulk_insert_more_than_999_values(fresh_db):
|
|||
"c6": 6,
|
||||
"c7": 7,
|
||||
"c8": 8,
|
||||
"c8": 9,
|
||||
"c9": 9,
|
||||
"c10": 10,
|
||||
"c11": 11,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue