From fed449bcfdd7a38f258bc8c9e25d2ff7eafaea5f Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Mon, 1 Jul 2019 13:28:35 +0300 Subject: [PATCH] func test small nit move a comment for test ID --- tests/virtual_machines_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/virtual_machines_test.go b/tests/virtual_machines_test.go index 6b21decca..5507db63e 100644 --- a/tests/virtual_machines_test.go +++ b/tests/virtual_machines_test.go @@ -62,8 +62,8 @@ var _ = Describe("Virtual Machines", func() { Expect(err).ToNot(HaveOccurred()) }) }) - //2166 Context("When the client tries to assign the same MAC address for two different vm. Within Range and out of range", func() { + //2166 Context("When the MAC address is within range", func() { It("should reject a vm creation with an already allocated MAC address", func() { err := setRange(rangeStart, rangeEnd)