From 0d212a46151f2543c6ffcbcd6f6ae1eccd4183e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net> Date: Thu, 19 Jun 2014 18:48:46 -0500 Subject: [PATCH] PostgreSQL: Fixing test description. --- postgresql/database_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/database_test.go b/postgresql/database_test.go index 5bfa8b17..14a04ac7 100644 --- a/postgresql/database_test.go +++ b/postgresql/database_test.go @@ -790,7 +790,7 @@ func TestRawRelations(t *testing.T) { } -// Attempts to append some with an invalid query and then rolls back. +// Attempts to test database transactions. func TestTransactionsAndRollback(t *testing.T) { var sess db.Database var err error -- GitLab