Skip to content

Commit

Permalink
chore: fix typo in test (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian committed Oct 5, 2020
1 parent d71ae5c commit a12d558
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -584,7 +584,7 @@ public void partitionedQuery() throws Exception {
}
assertNull(partitions.get(partitions.size() - 1).getEndBefore());

// Validate that we can use the paritions to read the original documents.
// Validate that we can use the partitions to read the original documents.
int resultCount = 0;
for (QueryPartition partition : partitions) {
resultCount += partition.createQuery().get().get().size();
Expand Down

0 comments on commit a12d558

Please sign in to comment.