Skip to content
Snippets Groups Projects
Commit 86131c13 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Fix image path

parent 69169faf
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ sbt
Once it's finished starting (this may take a while), you'll be able to enter sbt commands. You can compile your project using `compile` and run the tests with `test`. Note that if compilation fails, no tests will be run. The first time you will run test in an assignment you should see many errors: that's normal, your job is to make the tests pass! To do this, it's useful to understand in details what the test output means, here's an example:
![](sbt-test-error.png)
![](images/sbt-test-error.png)
This tells us several things:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment