WIP and merge
This commit is contained in:
parent
97f4406ef6
commit
1bdde8b2e4
584 changed files with 33536 additions and 17400 deletions
|
@ -277,7 +277,7 @@ mod tests {
|
|||
use settings::SettingsStore;
|
||||
use smol::channel;
|
||||
use std::{future, path::Path, sync::Arc};
|
||||
use util::separator;
|
||||
use util::path;
|
||||
|
||||
fn init_test(cx: &mut TestAppContext) {
|
||||
zlog::init_test();
|
||||
|
@ -422,7 +422,7 @@ mod tests {
|
|||
|
||||
assert_eq!(
|
||||
search_result.path.to_string_lossy(),
|
||||
separator!("fixture/needle.md")
|
||||
path!("fixture/needle.md")
|
||||
);
|
||||
|
||||
let content = cx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue