From 5196150ed2cd2d1407e72c552a4ad573ec97fd3f Mon Sep 17 00:00:00 2001 From: Jean-Marc Meessen Date: Tue, 9 Jun 2020 12:12:26 +0200 Subject: [PATCH] correct little error in test command cheat sheet --- test/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/commands.md b/test/commands.md index faaf154..0001cc2 100644 --- a/test/commands.md +++ b/test/commands.md @@ -1,5 +1,5 @@ # Commands for testing * `./FLEcli -i test/data/fle-1.txt load` -* `./FLEcli -i test/sample_contest_ru.txt load` -* `go test ./...` runs the unit tests \ No newline at end of file +* `./FLEcli -i test/data/sample_contest_ru.txt load` +* `go test ./...` runs the unit tests