You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/21 16:12:43 UTC

[plc4x] branch develop updated: test(plc4go): fixed failed connection test

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 53c17cb6f0 test(plc4go): fixed failed connection test
53c17cb6f0 is described below

commit 53c17cb6f030c274e524db5f968f926f5eb2fb01
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Wed Jun 21 18:12:36 2023 +0200

    test(plc4go): fixed failed connection test
---
 plc4go/internal/cbus/Connection_test.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plc4go/internal/cbus/Connection_test.go b/plc4go/internal/cbus/Connection_test.go
index df73be485d..81b6561f89 100644
--- a/plc4go/internal/cbus/Connection_test.go
+++ b/plc4go/internal/cbus/Connection_test.go
@@ -1278,6 +1278,8 @@ func TestConnection_setInterfaceOptions3(t *testing.T) {
 					assert.Error(t, codec.Disconnect())
 				})
 				fields.messageCodec = codec
+
+				args.ctx = testutils.TestContext(t)
 			},
 			wantOk: false,
 		},