Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Jun 23, 2020
1 parent 70f0aed commit 8e399eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqlite3.test
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test pgtcl-sqlite3-1.3 {import tabsep external} -body {
test pgtcl-sqlite3-1.4 {import postgresql result with multiple keys} -body {
sqlite3 sqlite_conn :memory:

set pg_conn [pg::connect -connhandle pgsql3 -connlist [array get ::conninfo]]
set pg_conn [pg::connect -connhandle pgsql4 -connlist [array get ::conninfo]]

$pg_conn select {select count(*) as count from Pg_class;} row {
set pgtcl_count $row(count)
Expand Down

0 comments on commit 8e399eb

Please sign in to comment.