Skip to content

Commit

Permalink
test(NetCDF): improve unit test description
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Oct 21, 2023
1 parent fb26cfe commit c863adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/netCDF_file_test_m.f90
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ function results() result(test_results)
type(test_result_t), allocatable :: test_results(:)

character(len=*), parameter :: longest_description = &
"written and then read gives input matching the output for a 1D double precision array"
"writing and then reading gives input matching the output for a 1D double precision array"

associate( &
descriptions => &
[ character(len=len(longest_description)) :: &
"written and then read gives input matching the output for a 2D integer array", &
"written and then read gives input matching the output for a 1D double precision array" &
"writing and then reading gives input matching the output for a 2D integer array", &
"writing and then reading gives input matching the output for a 1D double precision array" &
], &
outcomes => &
[ write_then_read_2D_integer(), &
Expand Down

0 comments on commit c863adc

Please sign in to comment.