From 699cd7a120c99a9a2c676697c8d91cbb1681d168 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 31 Mar 2021 08:52:20 -0400 Subject: [PATCH] fixup! oversubscription: Add MemoryMaxMB to internal structs --- nomad/structs/diff_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nomad/structs/diff_test.go b/nomad/structs/diff_test.go index 51e307b79..ec1fe9c12 100644 --- a/nomad/structs/diff_test.go +++ b/nomad/structs/diff_test.go @@ -4626,6 +4626,12 @@ func TestTaskDiff(t *testing.T) { Old: "100", New: "100", }, + { + Type: DiffTypeNone, + Name: "Cores", + Old: "0", + New: "0", + }, { Type: DiffTypeNone, Name: "DiskMB",