Commit d1e2e9e
committed
AsyncConnectionWrapper: Compile, but don't run doc comment snippets
These snippets are missing calls to `create_tables()`, but since that function is async and the tests are sync, we can't easily use that function to create the `users` table that these snippets are referring to.1 parent 004c3e1 commit d1e2e9e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments