Test for converting side-by-side package to a normal package not actually testing scenario
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
### What You Are Seeing?
The test to change converting a side-by-side package to a normal package isn't installing the package as side-by-side before testing, so it's actually only testing force reinstalling a package.
### What is Expected?
The test should install the package as side-by-side before attempting to reinstall it as a normal package.
### How Did You Get This To Happen? (Steps to Reproduce)
Was looking to work off of the scenario to create a script to do this. Noticed it wasn't warning that it was side by side.
### System Details
**This is Pester test related, so these values are mostly not needed.**
* OS Build (In PowerShell run `[System.Environment]::OSVersion.version.tostring()`): N/A
* Windows PowerShell version (Run: `$PSVersionTable`): N/A
* Chocolatey version (Run `choco --version`): 1.2.0
### Output Log
Not an output log, but a screenshot of the output, followed by a screenshot what it should actually be.


### Additional details
The line in question: https://github.com/chocolatey/choco/blob/4ea7e5380ccc33be51899d71a0a509031f859f16/tests/chocolatey-tests/commands/choco-install.Tests.ps1#L740
Contributor guide
Assessment
This issue has not been assessed yet.