Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/concept/last-will/last_will_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ def test_code_fragment_number_assembly_method_in_correct_namespace

def test_code_fragments_fit
# skip
assert_equal ::EstateExecutor.assemble_code, 1_925_550
assert_equal 3253, ::EstateExecutor.assemble_code
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely is in the right order... expected and actual in that order.

More to "fixup" in the semantics of the test.

Since it is already here, would you like to fix the rest as well?

end
end