mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
fix test
This commit is contained in:
parent
12680527c5
commit
b5252f3eb9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Feature: Functionality of jrnl outside of actually handling journals
|
|||
Given we use the config "simple.yaml"
|
||||
When we run "jrnl --version"
|
||||
Then we should get no error
|
||||
Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?"
|
||||
Then the output should match "^jrnl v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?"
|
||||
|
||||
Scenario: Running the diagnostic command
|
||||
Given we use the config "simple.yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue