Skip to content

Commit 30f4e85

Browse files
svenvanderburgsjvrijn
authored andcommitted
Fix phrasing about test to update in regression test exercise
1 parent 9549fcd commit 30f4e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/34-code-refactoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ the tests at all.
8787
## Exercise: Write Regression Tests
8888

8989
Modify the `analyse_data()` function not to plot a graph and return the data instead.
90-
Then, adapt the test file `test_analyse_data_mock_source.py` in the `tests` folder and
91-
add a regression test to verify the current output of `analyse_data()`. We will use this test
90+
Then, adapt the test `test_analyse_data_mock_source` in the `test_compute_data.py` in the `tests` folder and
91+
turn it into a regression test to verify the current output of `analyse_data()`. We will use this test
9292
in the remainder of this section to verify the output `analyse_data()` is unchanged each time
9393
we refactor or change code in the future.
9494

0 commit comments

Comments
 (0)