Skip to content

Commit

Permalink
echo ps
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxk committed Jan 10, 2020
1 parent ae8480a commit 99e9c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connection.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import unittest, os, db_postgres, sequtils, strformat
# echo password

let password = getEnv("password")
echo password
echo "the ps is:" & password
echo password.len

suite "Test Postgis":
Expand Down

0 comments on commit 99e9c05

Please sign in to comment.