Skip to content

Commit

Permalink
FIX: typo in data documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Brinkman committed Nov 15, 2016
1 parent b34f392 commit 4c4c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/09-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ There are also modules for [MongoDb](http://codeception.com/docs/modules/MongoDb

### Sequence

If database cleanup takes to long for you you can follow different strategy: create new data for each test. This way the only problem you may face is duplication of data records. [Sequence](http://codeception.com/docs/modules/Sequence) was created to solve this. It provides `sq()` function which generates unique suffixes for creating data in tests.
If a database cleanup takes too long for you you can follow a different strategy: create new data for each test. This way the only problem you may face is duplication of data records. [Sequence](http://codeception.com/docs/modules/Sequence) was created to solve this. It provides `sq()` function which generates unique suffixes for creating data in tests.

## ORM modules

Expand Down

0 comments on commit 4c4c49d

Please sign in to comment.