You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: Downloaded newer image for xenoterracide/pg_prove:latest
./root/.cpan/build/TAP-Parser-SourceHandler-pgTAP-3.35-0/t/bin/psql ......
No subtests run
./root/.cpan/build/TAP-Parser-SourceHandler-pgTAP-3.35-0/t/scripts/psql ..
No subtests run
Can't locate object method "SELECT" via package "plan" (perhaps you forgot to load "plan"?) at ./t/can-connect.sql line 2.
./t/can-connect.sql ......................................................
copy and pasted from the documentation, this is can-connect.sql
BEGIN;
SELECT plan(1);
-- Run the tests.SELECT pass( 'My test passed, w00t!' );
-- Finish the tests and clean up.SELECT*FROM finish();
ROLLBACK;
The text was updated successfully, but these errors were encountered:
getting this error
honestly, I think it's a red herring, I don't see how it could even be connecting to the database without the password.
copy and pasted from the documentation, this is
can-connect.sql
The text was updated successfully, but these errors were encountered: