Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlk17 committed Nov 20, 2024
1 parent ee18555 commit 5506a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/src/tables/team/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mod tests {
// Create team and register app
let team = Team {
team_id: "test_team_id".to_string(),
grafana_id: Some("test_grafana_id").to_string(),
grafana_id: Some("test_grafana_id".to_string()),
team_name: "test_team_name".to_string(),
personal: false,
subscription: None,
Expand Down

0 comments on commit 5506a55

Please sign in to comment.