Skip to content

Commit

Permalink
Update Test_ArgParser.pf
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune authored Aug 15, 2022
1 parent 602f8a1 commit a2bf82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Test_ArgParser.pf
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ contains

call cast(options%at('potential'), p_vals)
@assert_that(int(p_vals%size()), is(3))
! @assertEqual('s1', p_vals%of(1))
! @assertEqual('s2', p_vals%of(2))
! @assertEqual('s3', p_vals%of(3))
@assertEqual('s1', p_vals%of(1))
@assertEqual('s2', p_vals%of(2))
@assertEqual('s3', p_vals%of(3))

end subroutine test_greedy_plus
end module Test_ArgParser

0 comments on commit a2bf82f

Please sign in to comment.