From 5f722d71c9d53ef3afa23e1e14c7a210c11ef74f Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Thu, 20 Sep 2018 12:08:33 +0100 Subject: [PATCH] Remove focus from test --- neo4j/test-integration/transaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo4j/test-integration/transaction_test.go b/neo4j/test-integration/transaction_test.go index 76d463c7..d8d6348f 100644 --- a/neo4j/test-integration/transaction_test.go +++ b/neo4j/test-integration/transaction_test.go @@ -263,7 +263,7 @@ var _ = Describe("Transaction", func() { }) - FContext("V3 API on V1 & V2", func() { + Context("V3 API on V1 & V2", func() { BeforeEach(func() { if VersionOfDriver(driver).GreaterThanOrEqual(V3_5_0) { Skip("this test is targeted for server versions less than neo4j 3.5.0")