We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0171f69 commit e131032Copy full SHA for e131032
1 file changed
README.md
@@ -280,8 +280,9 @@ Tests use the `test` module from Effekt's standard library and return exit code
280
│ └── test/ # Test modules and data
281
│ ├── aggregation_test.effekt
282
│ ├── anomaly_detection_test.effekt
283
-│ ├── stream_input_test.effekt
+│ ├── counter_test.effekt
284
│ ├── lib.effekt
285
+│ ├── stream_input_test.effekt
286
│ ├── testdata.csv
287
│ └── testdata_with_timestamp.csv
288
├── plot_data.py # Visualization script for results
0 commit comments