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 }