Use i32 to represent Postgres INTEGER types in Rust

This commit is contained in:
Antonio Scandurra 2022-12-02 13:58:54 +01:00
parent dec5f37e4e
commit 48b6ee313f
11 changed files with 52 additions and 51 deletions

View file

@ -5383,7 +5383,7 @@ async fn test_random_collaboration(
false,
NewUserParams {
github_login: username.clone(),
github_user_id: (ix + 1) as u32,
github_user_id: (ix + 1) as i32,
invite_count: 0,
},
)