Skip to content

Commit 35c58eb

Browse files
Fix uninstall_test.go to use Mssql instead of Edge
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent f9d6750 commit 35c58eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/modern/root/uninstall_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestUninstallWithUserDbPresent(t *testing.T) {
1818

1919
cmdparser.TestSetup(t)
2020

21-
cmdparser.TestCmd[*install.Edge](
21+
cmdparser.TestCmd[*install.Mssql](
2222
fmt.Sprintf(
2323
`--accept-eula --port 1500 --errorlog-wait-line "Hello from Docker!" --registry %v --repo %v`,
2424
registry,

0 commit comments

Comments
 (0)