Skip to content

Commit 007a003

Browse files
latest and greatest
1 parent 9141797 commit 007a003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pglt_test_macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This will be replicated for each file matched by the glob pattern.
6060
- You might get linting errors if your test files aren't snake case.
6161
- All files of the glob-pattern must (currently) be `.sql` files.
6262
- The `.expected.sql` file-name will always be passed, even if the file doesn't exist.
63-
- The macro will wrap your tests in a `mod tests { .. }` module. If you need multiple generations, wrap them in modules like so: ```mod some_test { tests_macros::gen_tests! { .. } }`.
63+
- The macro will wrap your tests in a `mod tests { .. }` module. If you need multiple generations, wrap them in modules like so: `mod some_test { tests_macros::gen_tests! { .. } }`.
6464

6565
## How to run
6666

0 commit comments

Comments
 (0)