Skip to content

Commit dd81201

Browse files
committed
Updated the 'App. kv exited...' log message
1 parent 789cce6 commit dd81201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/docs-tests-and-pipelines.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Our integration test checks all server interaction, including unknown commands a
432432
This time, since our test relies on global data, we have not given `async: true` to `use ExUnit.Case`. Furthermore, in order to guarantee our test is always in a clean state, we stop and start the `:kv` application before each test. In fact, stopping the `:kv` application even prints a warning on the terminal:
433433

434434
```
435-
18:12:10.698 [info] Application kv exited with reason :stopped
435+
18:12:10.698 [info] Application kv exited: :stopped
436436
```
437437

438438
If desired, we can avoid printing this warning by turning the error_logger off and on in the test setup:

0 commit comments

Comments
 (0)