Skip to content

Commit fd9e2a9

Browse files
committed
update placeholder
1 parent d3eaa6d commit fd9e2a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/basic_test.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#[test]
22
fn basic_test() {
3-
assert!(true);
3+
// Simple test to verify test infrastructure is working
4+
let result = 2 + 2;
5+
assert_eq!(result, 4);
46
}

0 commit comments

Comments
 (0)