Skip to content

Commit ce2a3db

Browse files
committed
minor edit: sqlite3 test names
1 parent a51abf9 commit ce2a3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def test_pandas_keys():
274274

275275

276276
def test_sqlite3():
277-
"Input: a sqlite3 cursor."
277+
"Input: an sqlite3 cursor"
278278
try:
279279
import sqlite3
280280
conn = sqlite3.connect(':memory:')
@@ -298,7 +298,7 @@ def test_sqlite3():
298298

299299

300300
def test_sqlite3_keys():
301-
"Input: a sqlite3 DataFrame with keys as headers."
301+
"Input: an sqlite3 cursor with keys as headers"
302302
try:
303303
import sqlite3
304304
conn = sqlite3.connect(':memory:')

0 commit comments

Comments
 (0)