Skip to content

Commit e131032

Browse files
committed
Update README to add new file to the documentation.
1 parent 0171f69 commit e131032

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,9 @@ Tests use the `test` module from Effekt's standard library and return exit code
280280
│ └── test/ # Test modules and data
281281
│ ├── aggregation_test.effekt
282282
│ ├── anomaly_detection_test.effekt
283-
│ ├── stream_input_test.effekt
283+
│ ├── counter_test.effekt
284284
│ ├── lib.effekt
285+
│ ├── stream_input_test.effekt
285286
│ ├── testdata.csv
286287
│ └── testdata_with_timestamp.csv
287288
├── plot_data.py # Visualization script for results

0 commit comments

Comments
 (0)