Skip to content

Commit

Permalink
Fix incorrect error message
Browse files Browse the repository at this point in the history
Fixed #92
  • Loading branch information
emil-e committed Mar 6, 2016
1 parent 48e8e44 commit e6556ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detail/Testing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ TestResult reproduceProperty(const Property &property,
// ...and here we actually run it
auto desc = minShrinkable->value();
if (desc.result.type != CaseResult::Type::Failure) {
return Error("Reproduced value is not a failure");
return Error("Reproduced result is not a failure");
}

FailureResult failure;
Expand Down

0 comments on commit e6556ef

Please sign in to comment.