From 39c74249af9a7d731bf82a0feacd82bff5b95e30 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 21 Oct 2017 16:32:03 -0700 Subject: [PATCH] =?UTF-8?q?Rewrite=20assertionFailure=20using=20=E2=80=9CE?= =?UTF-8?q?xpected=E2=80=A6=E2=80=9D=20form.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Evergreen/BatchUpdate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/BatchUpdate.swift b/Evergreen/BatchUpdate.swift index e3f0eabf1..f6742adf4 100644 --- a/Evergreen/BatchUpdate.swift +++ b/Evergreen/BatchUpdate.swift @@ -49,7 +49,7 @@ private extension BatchUpdate { if count < 1 { if count < 0 { - assertionFailure("Batch updates count should never be below 0.") + assertionFailure("Expected batch updates count to be 0 or greater.") count = 0 }