Skip to content

Commit

Permalink
o/snapstate: this side info was missing a channel, which was getting …
Browse files Browse the repository at this point in the history
…set by Update, since it was present in the state
  • Loading branch information
andrewphelpsj committed Jul 2, 2024
1 parent 6375cd4 commit 54e4e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlord/snapstate/snapstate_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5118,6 +5118,7 @@ func (s *snapmgrTestSuite) testRetainCorrectNumRevisions(c *C, installFn install
RealName: "some-snap",
SnapID: "some-snap-id",
Revision: snap.R(1),
Channel: "latest/stable",
}
snapstate.Set(s.state, "some-snap", &snapstate.SnapState{
Active: true,
Expand Down

0 comments on commit 54e4e1c

Please sign in to comment.