Skip to content

Commit

Permalink
Merge pull request #41 from SchSeba/small_nit
Browse files Browse the repository at this point in the history
func test small nit
  • Loading branch information
SchSeba authored Jul 15, 2019
2 parents 3c0ec06 + fed449b commit 49a0b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/virtual_machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 49a0b4d

Please sign in to comment.