Skip to content

Commit

Permalink
Fix typo (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshannon committed Jun 21, 2024
1 parent 9d9175a commit 59f560d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private void copyTable(AccumuloClient client, String source, String copy)
// 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)) {
Expand Down

0 comments on commit 59f560d

Please sign in to comment.