Fix typo in tests (UAT)
This commit is contained in:
parent
265bb1d626
commit
c9ab16c847
@ -1,9 +1,9 @@
|
||||
Feature: worker CLI option
|
||||
|
||||
Scenario: uses the blocking worker when `block' is given
|
||||
When I run uhwm with option -v -w block
|
||||
When I run uhwm with options -v -w block
|
||||
Then the output must match /work.+event.+block/i
|
||||
|
||||
Scenario: uses the multiplexing worker when `mux' is given
|
||||
When I run uhwm with option -v -w mux
|
||||
When I run uhwm with options -v -w mux
|
||||
Then the output must match /work.+event.+mux/i
|
||||
|
Loading…
x
Reference in New Issue
Block a user