Skip to content

Commit

Permalink
Update simplification.md
Browse files Browse the repository at this point in the history
The argument was wrong in my example tests!
  • Loading branch information
danott committed Jan 15, 2024
1 parent 72eaf10 commit 946bbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/2022/simplification.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ConversionTest < Minitest::Test
This is a paragraph
EXPECTED

actual = Conversion.new(expected).output
actual = Conversion.new(input).output
assert_equal expected, actual, "conversion should work"

actual = Conversion.new(actual).output
Expand Down Expand Up @@ -234,4 +234,4 @@ I have my problems.
I want the minimal tool that solves my problems.
I want to build that tool to better understand my problems.
And grow.
It's for fun.
It's for fun.

0 comments on commit 946bbaf

Please sign in to comment.