Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Sep 25, 2024
1 parent 3ea79b3 commit b437934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_hist_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_bad_user_nl_cam(self):

exception_split = str(err.exception).split('\n')
errmsg_expected = ["No identifiers found, at",
"period must be one of nsteps, nstep, nseconds, nsecond, nminutes, nminute, nhours, nhour, ndays, nday, nmonths, nmonth, nyears, nyear, steps, seconds, minutes, hours, days, months, years, at",
"period (\"1+nmonths\") must be one of nsteps, nstep, nseconds, nsecond, nminutes, nminute, nhours, nhour, ndays, nday, nmonths, nmonth, nyears, nyear, steps, seconds, minutes, hours, days, months, years, at",
"precision must be one of REAL32, REAL64, at",
"Found invalid identifiers",
"T&U&V, at",
Expand Down

0 comments on commit b437934

Please sign in to comment.