mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Fix failing resource subtraction test
This commit is contained in:
@@ -1924,7 +1924,7 @@ func TestComparableResources_Subtract(t *testing.T) {
|
||||
Networks: []*NetworkResource{
|
||||
{
|
||||
CIDR: "10.0.0.0/8",
|
||||
MBits: 80,
|
||||
MBits: 100,
|
||||
ReservedPorts: []Port{{"ssh", 22}},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user