Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored and onsi committed Nov 4, 2024
1 parent ac8918e commit 4fc3ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ Describe("checking out a book", func() {
})
```

These specs are not independent - the assume that they run in order. This means they can't be randomized or parallelized with respect to each other.
These specs are not independent - the current implementation assumes that they will run in order. This means they can't be randomized or parallelized with respect to each other.

You can fix these specs by creating a single `It` to test the behavior of checking out a book:

Expand Down

0 comments on commit 4fc3ac1

Please sign in to comment.