Skip to content

Commit a8e07ca

Browse files
committed
Fixed mistake in README [ci skip]
1 parent b14072c commit a8e07ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ When a bug is fixed, just add the case to the fixture and repeat the process to
3737
create new expected data dumps, use coverage to ensure no case is missed.
3838

3939
With django-dbdiff, I just need to maintain to initial data extract, and test
40-
it with ``Fixture.assertNoDiff('appname/path/to/fixture',
41-
models=[YourModelToTest])`` in a ``django.test.TransactionTestCase`` which has
42-
``reset_sequences=True``:
40+
it with ``Fixture('appname/path/to/fixture',
41+
models=[YourModelToTest]).assertNoDiff()`` in a
42+
``django.test.TransactionTestCase`` which has ``reset_sequences=True``:
4343

4444
- if the fixture in question doesn't exist, it'll be automatically created on
4545
with dumpdata for the concerned models on the first run, raising

0 commit comments

Comments
 (0)