Skip to content

Commit

Permalink
s/result/code (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored May 26, 2024
1 parent 776f034 commit e6c8a8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ suite "Resistor Color" [

test.skip "white" [
code: colorCode "white"
assert -> 9 = result
assert -> 9 = code
]

test.skip "orange" [
code: colorCode "orange"
assert -> 3 = result
assert -> 3 = code
]

test.skip "colors" [
Expand Down

0 comments on commit e6c8a8d

Please sign in to comment.