Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMimir committed Oct 14, 2023
1 parent ce0aae5 commit ff8a210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/api/src/jobs/github_issues/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ async fn test_setup() {
let model = github_repositories::ActiveModel {
project: Set(model.id),
repository_name: Set("bitcoin".to_owned()),
stargazers_count: Set(0),
forks_count: Set(0),
..Default::default()
};

Expand Down

0 comments on commit ff8a210

Please sign in to comment.