Skip to content

Commit 6002951

Browse files
committed
naming
Signed-off-by: Anton Sergunov <[email protected]>
1 parent 3f08b07 commit 6002951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/agent/internal/block_device_candidate_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ var _ = Describe("Block device candidate", func() {
9393
HotPlug: false,
9494
FSType: "bad",
9595
}),
96-
func(internalDevice1 internal.Device) {
96+
func(notGoodInternalDevice internal.Device) {
9797
BeforeEach(func() {
98-
internalDevice = internalDevice1
98+
internalDevice = notGoodInternalDevice
9999
})
100100
It("is not consumable", func() {
101101
Expect(candidate.Consumable).Should(BeFalse())

0 commit comments

Comments
 (0)