Skip to content

Commit

Permalink
Update procedure names in another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Dec 11, 2023
1 parent a1264b6 commit b8cafa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/a00_caffeinate_test.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module a00_caffeinate_test
use caffeinate_decaffeinate_m, only : caf_caffeinate
use caffeinate_decaffeinate_m, only : prif_caffeinate
use veggies, only: test_item_t, describe, result_t, it, assert_that

implicit none
Expand All @@ -22,7 +22,7 @@ function check_caffeination() result(result_)

integer, parameter :: successful_initiation = 0

result_ = assert_that(caf_caffeinate() == successful_initiation)
result_ = assert_that(prif_caffeinate() == successful_initiation)
end function

end module a00_caffeinate_test

0 comments on commit b8cafa0

Please sign in to comment.