Skip to content

Commit

Permalink
test: add missing no error check
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed May 8, 2024
1 parent 5e85720 commit 007f8a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/fervid_transform/src/script/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,8 @@ mod tests {
error.kind,
TransformErrorKind::ScriptError(ScriptError::SetupExport)
));
} else {
assert!(errors.is_empty());
}
};
}
Expand Down

0 comments on commit 007f8a8

Please sign in to comment.