Skip to content

Commit

Permalink
Move test to assert_eq
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste LE MORLEC committed Mar 10, 2024
1 parent 3acc554 commit b96909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-query-attr/tests/pass/table_iden.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pub struct Hello {
}

fn main() {
println!("{:?}", HelloIden::Table.to_string());
assert_eq!("HelloTable".to_string(), HelloIden::Table.to_string());
}

0 comments on commit b96909e

Please sign in to comment.