This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new 59f560dd74 Fix typo (#4690)
59f560dd74 is described below
commit 59f560dd7443295857304a6d5af956ffb5e0062f
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Jun 21 18:02:48 2024 -0400
Fix typo (#4690)
---
.../apache/accumulo/test/functional/TabletStateChangeIteratorIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/src/main/java/org/apache/accumulo/test/functional/TabletStateChangeIteratorIT.java
b/test/src/main/java/org/apache/accumulo/test/functional/TabletStateChangeIteratorIT.java
index 727f13e74b..ed34aaf7cb 100644
---
a/test/src/main/java/org/apache/accumulo/test/functional/TabletStateChangeIteratorIT.java
+++
b/test/src/main/java/org/apache/accumulo/test/functional/TabletStateChangeIteratorIT.java
@@ -272,7 +272,7 @@ public class TabletStateChangeIteratorIT extends
AccumuloClusterHarness {
// metadata should be stable with only 6 rows (2 for each table)
log.debug("Gathered {} rows to create copy {}", mutations.size(), copy);
assertEquals(7, mutations.size(),
- "Metadata should have 7 rows (2 for each table + " + "Scan ref
table)");
+ "Metadata should have 7 rows (2 for each table Scan ref table)");
client.tableOperations().create(copy);
try (BatchWriter writer = client.createBatchWriter(copy)) {