Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 25, 2024
1 parent 49dfd17 commit 88bbf36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/gh-workflow/src/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ fn find_value<'a, K, V: PartialEq>(job: &V, map: &'a IndexMap<K, V>) -> Option<&

#[cfg(test)]
mod tests {
use super::*;
use insta::assert_snapshot;

use super::*;

#[test]
fn add_needs_job() {
let base_job = Job::new("Base job");
Expand Down

0 comments on commit 88bbf36

Please sign in to comment.