Skip to content

Commit

Permalink
Typo in ArrowExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and mihaibudiu committed Dec 1, 2024
1 parent c9724b6 commit 00f552e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ArrowExtension implements ExecutionCondition {
if (enabled) {
return ConditionEvaluationResult.enabled("Arrow tests enabled");
} else {
return ConditionEvaluationResult.disabled("Cassandra tests disabled");
return ConditionEvaluationResult.disabled("Arrow tests disabled");
}
}
}

0 comments on commit 00f552e

Please sign in to comment.