Skip to content

Commit

Permalink
Fix section headers in test_schemas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Jun 13, 2024
1 parent 129d748 commit 6c289f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/uwtools/tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def test_schema_fv3_run_dir(fv3_prop):
assert "88 is not of type 'string'" in errors(88)


# global_equiv_resol
# global-equiv-resol


def test_schema_global_equiv_resol():
Expand Down Expand Up @@ -597,7 +597,7 @@ def test_schema_jedi_run_dir(jedi_prop):
assert "88 is not of type 'string'" in errors(88)


# make_hgrid
# make-hgrid


def test_schema_make_hgrid():
Expand Down Expand Up @@ -659,7 +659,7 @@ def test_schema_make_hgrid_run_dir(make_hgrid_prop):
assert "88 is not of type 'string'" in errors(88)


# make_solo_mosaic
# make-solo-mosaic


def test_schema_make_solo_mosaic():
Expand Down Expand Up @@ -796,7 +796,7 @@ def test_schema_mpas_run_dir(mpas_prop):
assert "88 is not of type 'string'" in errors(88)


# mpas_init
# mpas-init


def test_schema_mpas_init(mpas_streams):
Expand Down Expand Up @@ -1442,7 +1442,7 @@ def test_schema_upp_run_dir(upp_prop):
assert "88 is not of type 'string'" in errors(88)


# ungrib
# ww3


def test_schema_ww3():
Expand Down

0 comments on commit 6c289f2

Please sign in to comment.