Skip to content

Commit 5f722d7

Browse files
committed
Remove focus from test
1 parent 0a75251 commit 5f722d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/test-integration/transaction_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var _ = Describe("Transaction", func() {
263263

264264
})
265265

266-
FContext("V3 API on V1 & V2", func() {
266+
Context("V3 API on V1 & V2", func() {
267267
BeforeEach(func() {
268268
if VersionOfDriver(driver).GreaterThanOrEqual(V3_5_0) {
269269
Skip("this test is targeted for server versions less than neo4j 3.5.0")

0 commit comments

Comments
 (0)