Skip to content

Commit

Permalink
Fix AWSEBSSuite.TestGetRegions issue caused by check.v1 refactor (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Sep 25, 2024
1 parent 0d3afc3 commit acfce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockstorage/awsebs/awsebs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ func (s AWSEBSSuite) TestGetRegions(c *check.C) {

regions, err := ebsp.GetRegions(ctx)
c.Assert(err, check.IsNil)
c.Assert(regions, check.IsNil)
c.Assert(regions, check.NotNil)
}

0 comments on commit acfce9a

Please sign in to comment.