The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6908
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com>
From 86227552140a3db0e8be61d9d27166d20b85fa84 Mon Sep 17 00:00:00 2001 From: Free Ekanayaka <free.ekanay...@canonical.com> Date: Thu, 20 Feb 2020 13:55:36 +0000 Subject: [PATCH] lxd/db: Revert 3da5aea1 fix, since in turn testify reverted the change Signed-off-by: Free Ekanayaka <free.ekanay...@canonical.com> --- lxd/db/db_internal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd/db/db_internal_test.go b/lxd/db/db_internal_test.go index dd9fa7ec7a..13c28f7069 100644 --- a/lxd/db/db_internal_test.go +++ b/lxd/db/db_internal_test.go @@ -63,7 +63,7 @@ func (s *dbTestSuite) CreateTestDb() (*Cluster, func()) { s.Nil(err) } - db, cleanup := NewTestCluster(s.T().(*testing.T)) + db, cleanup := NewTestCluster(s.T()) return db, cleanup }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel