fn test_sum()

in crates/testbed/repositories/simple/src/main.rs [27:29]


    fn test_sum() {
        assert_eq!(42 + 42, super::sum(42, 42));
    }