From 615f305f308c849c1a7b6cadb93e5e520455e422 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 25 Feb 2026 08:24:28 +0200 Subject: Add TUI StreamEvent constructor and tests --- integrationtests/readwrite_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'integrationtests/readwrite_test.go') diff --git a/integrationtests/readwrite_test.go b/integrationtests/readwrite_test.go index e7492ec..7251d51 100644 --- a/integrationtests/readwrite_test.go +++ b/integrationtests/readwrite_test.go @@ -2,6 +2,7 @@ package integrationtests import "testing" +// TODO: Also test how much bytes were read and writen func TestReadwriteBasic(t *testing.T) { runScenario(t, "readwrite-basic", []ExpectedEvent{ { -- cgit v1.2.3