Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakapio committed Apr 9, 2024
1 parent d641c38 commit 7c4ef43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ mod tests {
"insert 1699 sniper_penut [email protected]",
);

assert_ne!(
assert_eq!(
table.data,
vec![
Row {
id: 13,
username: String::from("alfred"),
email: String::from("alfredddd1@gmail.com")
username: String::from("rosh"),
email: String::from("kakapio@gmail.com")
},
Row {
id: 42,
Expand Down

0 comments on commit 7c4ef43

Please sign in to comment.