From 424fe31a534f44285789e22c38993332a8be7f51 Mon Sep 17 00:00:00 2001 From: stakx Date: Fri, 1 Jan 2021 20:46:35 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a57990f..faa111c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 +Mock.Of(x => x.GetFooAsync().Result.Bar == bar) ``` - This should work in all principal setup methods (`Mock.Of`, `mock.Setup…`, `mock.Verify…`). Support in `mock.Protected()` and for custom awaitable types may be added in the future. (@stakx, #1125) + This should work in all principal setup methods (`Mock.Of`, `mock.Setup…`, `mock.Verify…`). Support in `mock.Protected()` and for custom awaitable types may be added in the future. (@stakx, #1126) #### Changed