diff --git a/Stubbing.md b/Stubbing.md index a1ebbf3..c8f6771 100644 --- a/Stubbing.md +++ b/Stubbing.md @@ -98,6 +98,9 @@ server .RespondWith(Responses.Create().WithStatusCode(200)); ``` +:notes: +- A lower value for the priority means a higher priority. + --- ## Verify interactions