mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-24 19:24:45 +08:00
Fix test
SettingsTitle.InFileName is temporarily disabled untill it is full implemented.
This commit is contained in:
@ -39,7 +39,7 @@ void main() {
|
|||||||
yamlCreatedKey: 'created',
|
yamlCreatedKey: 'created',
|
||||||
yamlModifiedKey: 'modified',
|
yamlModifiedKey: 'modified',
|
||||||
yamlTagsKey: 'tags',
|
yamlTagsKey: 'tags',
|
||||||
titleSettings: SettingsTitle.InFileName,
|
titleSettings: SettingsTitle.InYaml,
|
||||||
inlineTagPrefixes: {},
|
inlineTagPrefixes: {},
|
||||||
imageLocationSpec: "",
|
imageLocationSpec: "",
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user