Skip to content

Commit

Permalink
Updated TestCaseSource argument (#368)
Browse files Browse the repository at this point in the history
TestCaseSource requires arugment `filename` instead of `file`
  • Loading branch information
Sandwich1699975 authored Oct 13, 2024
1 parent 53a19d3 commit 4e4661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/unit-testing/frameworks/custom/runner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let's override a "testing" stage for the :ref:`unit_testing_frameworks_unity`:
stdout="test/test_desktop/test_calculator.cpp:43:test_calculator_division:FAIL: Expected 32 Was 33",
duration=0.44,
source=TestCaseSource(
file="test/test_desktop/test_calculator.cpp", line=43
filename="test/test_desktop/test_calculator.cpp", line=43
),
)
)
Expand Down

0 comments on commit 4e4661e

Please sign in to comment.