mirror of
https://github.com/containers/podman.git
synced 2025-09-19 23:03:16 +08:00
Fix typo in tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -53,8 +53,8 @@ var _ = Describe("PodmanSession test", func() {
|
||||
})
|
||||
|
||||
It("Test LineInOutputStartsWith", func() {
|
||||
Expect(session.LineInOuputStartsWith("Podman")).To(BeTrue())
|
||||
Expect(session.LineInOuputStartsWith("Session")).To(Not(BeTrue()))
|
||||
Expect(session.LineInOutputStartsWith("Podman")).To(BeTrue())
|
||||
Expect(session.LineInOutputStartsWith("Session")).To(Not(BeTrue()))
|
||||
})
|
||||
|
||||
It("Test LineInOutputContains", func() {
|
||||
|
Reference in New Issue
Block a user