Skip to content

Commit

Permalink
Test and lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA committed Aug 26, 2024
1 parent 80a2b63 commit e336294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/uwtools/drivers/orog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from uwtools.drivers.support import set_driver_docstring
from uwtools.strings import STR
from uwtools.utils.file import writable
from uwtools.utils.tasks import filecopy, symlink
from uwtools.utils.tasks import symlink


class Orog(DriverTimeInvariant):
Expand Down
4 changes: 1 addition & 3 deletions src/uwtools/tests/drivers/test_orog.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ def test_Orog_input_config_file_old(driverobj):


def test_Orog_provisioned_rundir(driverobj):
with patch.multiple(
driverobj, files_linked=D, input_config_file=D, runscript=D
) as mocks:
with patch.multiple(driverobj, files_linked=D, input_config_file=D, runscript=D) as mocks:
driverobj.provisioned_rundir()
for m in mocks:
mocks[m].assert_called_once_with()
Expand Down

0 comments on commit e336294

Please sign in to comment.