Remove from<i64> from db_ids
This commit is contained in:
parent
f2e00afbb9
commit
c3d9dff83f
5 changed files with 10 additions and 18 deletions
|
|
@ -245,10 +245,7 @@ mod tests {
|
|||
let channel1 = Channel::get_or_create(pool, url_feed.clone()).await.unwrap();
|
||||
let channel2 = Channel::get_or_create(pool, url_feed).await.unwrap();
|
||||
|
||||
assert_eq!(
|
||||
i64::from(channel1.id()),
|
||||
i64::from(channel2.id())
|
||||
);
|
||||
assert_eq!(channel1.id(), channel2.id());
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue