We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6fe3d commit 0ae3eb8Copy full SHA for 0ae3eb8
common/src/tap/checks/value_check.rs
@@ -176,7 +176,7 @@ impl Check for MinimumValue {
176
Ok(())
177
} else {
178
return Err(CheckError::Failed(anyhow!(
179
- "Query receipt does not have the minimum value. Expected value: {}. Minimum value: {}.",
+ "Query receipt does not have the minimum value. Expected value: {}. Received value: {}.",
180
expected_value, value,
181
)));
182
}
0 commit comments