Commit ae49488
authored
🪲 [Fix]: Update tests to not use
## Description
This pull request includes changes to the
`tests/src/functions/public/PSModule/Get-PSModuleTest.ps1` and
`tests/srcWithManifest/functions/public/PSModule/Get-PSModuleTest.ps1`
files. The changes update the module requirements for the
`Get-PSModuleTest` function.
Updates to module requirements:
* Replaced the `Utilities` module with the `Store` module in the
`#Requires` statements, removing version requirement.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] Utilities (#90)1 parent 5fb7f25 commit ae49488
File tree
2 files changed
+2
-4
lines changed- tests
- srcWithManifest/functions/public/PSModule
- src/functions/public/PSModule
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments