diff options
Diffstat (limited to 'integrationtests/readwrite_test.go')
| -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{ { |
