Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi authored Dec 14, 2024
1 parent 3e23220 commit c1ff3ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/resistor-color/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"example": [
".meta/example.cairo"
],
"invalidator": [
"Scarb.toml"
]
},
"blurb": "Convert a resistor band's color to its numeric representation.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fn orange() {
}

#[test]
#[ignore]
fn test_colors() {
let output = colors();
let expected = array![
Expand Down

0 comments on commit c1ff3ff

Please sign in to comment.