diff --git a/docs/features/expectations.md b/docs/features/expectations.md index 23100768..e141987c 100644 --- a/docs/features/expectations.md +++ b/docs/features/expectations.md @@ -9,7 +9,7 @@ The easiest way to construct expectactions is to call the `expect` macro. The `c expect(clue(List(1, 2, 3).size) == 4) ``` -![Oops](../assets/oops.png) +Error message produced by the expect macro ## TL;DR