Skip to content

Commit e78537b

Browse files
committed
differences for PR #40
1 parent b5c87c5 commit e78537b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

4-pfunit-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ subroutine TestMySrcProcedure(this)
251251
252252
call my_src_procedure(this%params%input, actual_output)
253253
254-
@assertEqual(this%params%input, actual_output, "Unexpected output from my_src_procedure")
254+
@assertEqual(this%params%expected_output, actual_output, "Unexpected output from my_src_procedure")
255255
end subroutine TestMySrcProcedure
256256
```
257257

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/1-what-is-a-unit-tests.md" "ba669da4e6eb98ad7357bedcecbd6b27" "site/built/1-what-is-a-unit-tests.md" "2025-11-04"
88
"episodes/2-refactor-fortran.md" "9d9096efaedc95392adcfd021af90fc1" "site/built/2-refactor-fortran.md" "2025-12-05"
99
"episodes/3-writing-your-first-unit-test.md" "9582bf8c63f9d3a0f2f0b231a3b87e23" "site/built/3-writing-your-first-unit-test.md" "2025-12-05"
10-
"episodes/4-pfunit-syntax.md" "d0b496939021a9f8b86feb1f7fb044d7" "site/built/4-pfunit-syntax.md" "2025-12-22"
10+
"episodes/4-pfunit-syntax.md" "eef8b97597b62b29f54d7f39a2cf6ded" "site/built/4-pfunit-syntax.md" "2026-01-05"
1111
"episodes/5-debugging-a-broken-test.md" "96180b037eb5a4d9c07eaf37fc32c90d" "site/built/5-debugging-a-broken-test.md" "2025-12-05"
1212
"episodes/6-testing-parallel-code.md" "7b97f99ccfbdf57bbef63e0dfd7bc988" "site/built/6-testing-parallel-code.md" "2025-12-05"
1313
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2023-03-16"

0 commit comments

Comments
 (0)