mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
use right configuration for a test
This commit is contained in:
parent
ea19458e7c
commit
1bfa1b3db3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Feature: Zapped bugs should stay dead.
|
|||
"""
|
||||
Scenario: Writing an entry at the prompt with non-ascii characters
|
||||
# https://github.com/maebert/jrnl/issues/295
|
||||
Given we use the config "basic.json"
|
||||
Given we use the config "basic.yaml"
|
||||
When we run "jrnl" and enter "Crème brûlée & Mötorhead"
|
||||
Then we should get no error
|
||||
and the journal should contain "Crème brûlée & Mötorhead"
|
||||
|
|
Loading…
Add table
Reference in a new issue