From 147798117bb3541f66ba53b98580bf18d11c3e20 Mon Sep 17 00:00:00 2001 From: fsquillace Date: Tue, 31 May 2016 20:27:27 +0100 Subject: [PATCH] :memo: Fix path to unit tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5b62fd..9ea8193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -153,7 +153,7 @@ All JuNest issues are tracked as [GitHub issues](https://guides.github.com/featu #### Unit Tests #### To run unit tests: ```sh -./tests/unit-tests.sh +./tests/unit-tests/unit-tests.sh ``` #### Integration Tests ####