Fixed failing test

I'm dumb
This commit is contained in:
funky 2024-11-24 19:13:32 +11:00
parent f5aac570ee
commit f3a4a6b4f5

View file

@ -44,5 +44,6 @@ pub fn test_main() {
#[ktest]
fn trivial_assertion() {
ktest_eq!(1, 0);
ktest_eq!(1, 1);
ktest_neq!(0, 1);
}