Commit 63bb350
committed
fix: remove incorrect pragma: no cover from test helpers that are executed
The test_remove_resource_and_read and test_remove_prompt_and_get tests
call the resource/prompt before removing it, so the function bodies are
covered. Remove the pragma to satisfy strict-no-cover.1 parent a1e2c67 commit 63bb350
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
| 837 | + | |
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
| |||
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
1577 | | - | |
| 1577 | + | |
1578 | 1578 | | |
1579 | 1579 | | |
1580 | 1580 | | |
| |||
0 commit comments