Skip to content

Commit

Permalink
Fix for non-deterministic maps in golang in project_domain_test (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan authored Nov 4, 2019
1 parent f0581e0 commit 6a7b144
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ var attributes = admin.ProjectDomainAttributes{
Project: "project",
Domain: "domain",
Attributes: map[string]string{
"cpu": "100",
"memory": "2Gi",
"cpu": "100",
},
}

Expand Down

0 comments on commit 6a7b144

Please sign in to comment.