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.
This commit is contained in:
Michael Davis 2025-01-27 15:25:22 -05:00
parent 20151a5594
commit 9bc63c1c59
No known key found for this signature in database

View file

@ -919,4 +919,3 @@ pub mod events {
let module: super::Module = serde_json::from_str(raw).expect("Error!");
assert_eq!(module.id, "0");
}
}