Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
graham jenson committed Nov 19, 2019
1 parent 53be1cc commit f9117f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployer/models/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ func Test_Service_PlacementgroupValidation(t *testing.T) {

// need only if partitionPartitionCount
service = Service{
PlacementGroupName: to.Strp("asd"),
PlacementGroupStrategy: to.Strp("spread"),
PlacementGroupName: to.Strp("asd"),
PlacementGroupStrategy: to.Strp("spread"),
PlacementGroupPartitionCount: to.Int64p(10),
}

err = service.validatePlacementGroupAttributes()
Expand Down

0 comments on commit f9117f4

Please sign in to comment.