Skip to content

Commit 814a8cd

Browse files
Record fixtures
1 parent d8ad2fc commit 814a8cd

File tree

1 file changed

+4
-4
lines changed
  • internal/test_helpers/fixtures/base_stages

1 file changed

+4
-4
lines changed

internal/test_helpers/fixtures/base_stages/success

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Debug = true
2828
[tester::#FF2] [app/expiry.py] chemical_expiry_period = 6 # months
2929
[tester::#FF2] [app/init.py] from expiry import chemical_expiry_period
3030
[tester::#FF2] [app/init.py] 
31-
[tester::#FF2] [app/init.py]  def main():
32-
[tester::#FF2] [app/init.py]  print(f"Chemical expiry period: {chemical_expiry_period} months")
31+
[tester::#FF2] [app/init.py] def main():
32+
[tester::#FF2] [app/init.py]  print(f"Chemical expiry period: {chemical_expiry_period} months")
3333
[tester::#FF2] [app/init.py]  
34-
[tester::#FF2] [app/init.py]  if __name__ == "__main__":
35-
[tester::#FF2] [app/init.py]  main()
34+
[tester::#FF2] [app/init.py] if __name__ == "__main__":
35+
[tester::#FF2] [app/init.py]  main()
3636
[tester::#FF2] [app/init.py] 
3737
[tester::#FF2] $ ./your_program.sh -p 'Determine in how many months the chemical expires by reading README.md. Number only.'
3838
[your_program] 6

0 commit comments

Comments
 (0)