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/05/02 16:51:49 UTC

[plc4x] 01/03: test(plc4go/spi): add test for ResponseItem

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

commit b6910722884af51e6c58c8b3bcdbfb7a7489fcc6
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue May 2 18:18:37 2023 +0200

    test(plc4go/spi): add test for ResponseItem
---
 plc4go/spi/model/render_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4go/spi/model/render_test.go b/plc4go/spi/model/render_test.go
index d25df0a66b..dac540dbef 100644
--- a/plc4go/spi/model/render_test.go
+++ b/plc4go/spi/model/render_test.go
@@ -65,6 +65,7 @@ func TestRenderTest(t *testing.T) {
 		&DefaultPlcWriteRequest{DefaultPlcTagRequest: NewDefaultPlcTagRequest(nil, nil)},
 		&DefaultPlcWriteRequestResult{},
 		&DefaultPlcWriteResponse{},
+		&ResponseItem{},
 	}
 	for _, sut := range suts {
 		t.Run(fmt.Sprintf("%T", sut), func(t *testing.T) {