mirror of https://github.com/helix-editor/helix
DAP: Move module ID tests out of events module
These were mistakenly added to the events module, they should be part of the types module.pull/12707/head
parent
20151a5594
commit
9bc63c1c59
|
@ -919,4 +919,3 @@ pub mod events {
|
|||
let module: super::Module = serde_json::from_str(raw).expect("Error!");
|
||||
assert_eq!(module.id, "0");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue