Add upvote handler
This commit is contained in:
parent
ef3c5c7fe8
commit
3bff31ff98
3 changed files with 167 additions and 13 deletions
|
|
@ -72,7 +72,6 @@ mod postgres_tests {
|
|||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
pub async fn postgres_tests() {
|
||||
let db = test_pool().await;
|
||||
let votes = vec![
|
||||
|
|
@ -174,7 +173,6 @@ mod postgres_tests {
|
|||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
pub async fn insert_idempotency_test() {
|
||||
let db = test_pool().await;
|
||||
let votes = vec![(
|
||||
|
|
@ -210,7 +208,6 @@ mod postgres_tests {
|
|||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
pub async fn delete_idempotency_test() {
|
||||
let db = test_pool().await;
|
||||
let votes = vec![(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue