mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-02 05:08:42 -07:00
fix: update integration tests for Install/Remove multi-return signature
This commit is contained in:
@@ -164,7 +164,7 @@ func TestIntegration_Dpkg(t *testing.T) {
|
||||
t.Run("Install_Unsupported", func(t *testing.T) {
|
||||
// dpkg install requires a .deb file path, not a package name
|
||||
// This should fail gracefully
|
||||
err := mgr.Install(ctx, snack.Targets("tree"))
|
||||
_, _, err := mgr.Install(ctx, snack.Targets("tree"))
|
||||
assert.Error(t, err)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user