Skip to content

Commit

Permalink
chore: add dummy test for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Nov 27, 2024
1 parent 8e35ac5 commit 6b3fd1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blueprint-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ pub mod protocols;
pub mod sdk;
pub mod sources;
pub use executor::run_blueprint_manager;

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}

0 comments on commit 6b3fd1d

Please sign in to comment.