Skip to content

Commit

Permalink
Update src/model_objects/component.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rasmus Krogh Udengaard <[email protected]>
  • Loading branch information
Emilorzz and rasmusq authored Dec 13, 2023
1 parent bbc9d06 commit 5788b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_objects/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ mod tests {
.remove_redundant_clocks()
.expect("Could not remove redundant clocks.");

// TODO Test for remapped clocks instead of just if they exist in component
// TODO: Test for remapped clocks instead of just if they exist in component
assert_eq!(test_comp.declarations.clocks, expected);
}

Expand Down

0 comments on commit 5788b7b

Please sign in to comment.