Commit c568915
authored
🪲 [Fix]: Remove unnecessary LogGroup wrappers in tests (#100)
## Description
This pull request simplifies the `PSModule.Tests.ps1` script by removing
unnecessary logging groups within the test cases which would autoload
GitHub and its dependencies, breaking on tests for its dependencies
(Sodium, Uri, CaseStyle, etc.).
Simplification of test cases:
* Removed `LogGroup` blocks from the `Module Manifest exists` and
`Module Manifest is valid` tests.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent c207858 commit c568915
1 file changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
0 commit comments