Skip to content

Commit f330cc3

Browse files
author
Damian Rouson
committed
Clarify comments in new teams unit test
1 parent 3779be8 commit f330cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/unit/teams/teams_subset.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ program teams_subset
2222
min_image = [initial_team_image, this_image()]
2323
call co_min(min_image)
2424
end team
25-
call assert( all(min_image==1), "minimum image number in team is 1" )
26-
call assert( all(max_image==[num_images(), 2]), "team maximum images numbers is num_images() or 2")
25+
call assert( all(min_image==1), "minimum image number in team 1 is 1" )
26+
call assert( all(max_image==[num_images(), 2]), "maximum image numbers on team 1 is num_images() or 2")
2727
end block
2828
end if
2929

0 commit comments

Comments
 (0)