Skip to content

Commit

Permalink
fix typo in the test expectation message
Browse files Browse the repository at this point in the history
the test itself was fine
  • Loading branch information
ffromani authored and rmohr committed Feb 12, 2018
1 parent 5141e2b commit 2c8f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vm_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var _ = Describe("Configurations", func() {
}
vm = tests.NewRandomVMWithDirectLunAndDevice(2, false, diskDev)
})
It("should have /dev/vda node", func() {
It("should have /dev/sda node", func() {
vm, err = virtClient.VM(tests.NamespaceTestDefault).Create(vm)
Expect(err).ToNot(HaveOccurred())
tests.WaitForSuccessfulVMStart(vm)
Expand Down

0 comments on commit 2c8f809

Please sign in to comment.