diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-25 08:24:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-25 08:24:28 +0200 |
| commit | 615f305f308c849c1a7b6cadb93e5e520455e422 (patch) | |
| tree | 43fa082c8f7433f2ea3f1987e29a62226776459b /integrationtests | |
| parent | 78e9de77d8c443fe8dbe560b5ccb168a6142eb55 (diff) | |
Add TUI StreamEvent constructor and tests
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/readwrite_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{ { |
