Skip to content

Commit

Permalink
change under /conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Jun 27, 2024
1 parent 98386e0 commit 7188de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conformance/packages/dns-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod tests {

#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 4);
let result = add(3, 3);
assert_eq!(result, 6);
}
}

0 comments on commit 7188de3

Please sign in to comment.