]> git.puffer.fish Git - matthieu/nova.git/commit
Use assert instead of assert_eq in tests
authorn1c00o <git.n1c00o@gmail.com>
Sat, 4 Sep 2021 08:26:11 +0000 (10:26 +0200)
committern1c00o <git.n1c00o@gmail.com>
Sat, 4 Sep 2021 08:26:11 +0000 (10:26 +0200)
commitb0343d6ea620e14d72735ab86846d1ef40762046
tree00810d460173cfae401bc97c517df4cd0fce9ea8
parent78a0d7d42698853e620161f0830ea02b33ee1e32
Use assert instead of assert_eq in tests

Using assert_eq!() with litteral bool is longer than using assert!().
See bool_assert_comparison in rust clippy.
(Also organized imports)
webhook/src/handle.rs