Rename lib_machine_tests.rs to tests.rs

This commit is contained in:
bakaq
2024-12-12 05:46:54 -03:00
parent 9265d66f58
commit a92eac919f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use indexmap::IndexMap;
use super::{streams::Stream, Atom, AtomCell, HeapCellValue, HeapCellValueTag, Machine};
#[cfg(test)]
mod lib_machine_tests;
mod tests;
/// Represents a leaf answer from a query.
#[derive(Debug, Clone, PartialEq)]