Skip to content

Commit

Permalink
Corrected a typo.
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
miklos-da committed May 12, 2021
1 parent 9838658 commit ba06662
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ final class BotTest extends AnyFlatSpec with Matchers with Eventually {
* stream based on if it's fulfilled or not: if fulfilled, the last transaction will contain the same offset
* of the ACS, otherwise it will contain an offset before it.
*
* Note that the tests delays sending the ACS to the Bot in order to "guarantee" that the test is not green because
* or race conditions.
* Note that the tests delay sending the ACS to the Bot in order to "guarantee" that the test is not green because
* of race conditions.
*/
val (wrongOffset, rightOffset) = ("0", "1")

Expand Down

0 comments on commit ba06662

Please sign in to comment.