Skip to content

Commit

Permalink
Update tests/test_checks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Çağtay Fabry <cagtay.fabry@bam.de>
  • Loading branch information
barisccolak and CagtayFabry authored Nov 27, 2023
1 parent 485cc3e commit e6cea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_check_w3_error_1():

def test_check_w3_error_2():
program = 'CALL JOB:TRIGGER ARGF"PROGRAMM_EIN"\n'
job_string = job_file_generator(program, foldername = "STANDARD")
job_string = job_file_generator(program, foldername = "MAIN")
job = JobFile(job_string)
result = check_w3(job, "W", "3")

Expand Down

0 comments on commit e6cea05

Please # to comment.