diff --git a/pygmt/tests/baseline/test_timestamp_offset.png.dvc b/pygmt/tests/baseline/test_timestamp_offset.png.dvc index 02276575ca2..54e8749d466 100644 --- a/pygmt/tests/baseline/test_timestamp_offset.png.dvc +++ b/pygmt/tests/baseline/test_timestamp_offset.png.dvc @@ -1,4 +1,5 @@ outs: -- md5: be0021731b881e32e3d8a46d6fa8abc3 - size: 9450 +- md5: c9274f7984b0c3f7228dd758d45d93b6 + size: 12286 path: test_timestamp_offset.png + hash: md5 diff --git a/pygmt/tests/test_timestamp.py b/pygmt/tests/test_timestamp.py index 38d97b94af1..a22d68ce800 100644 --- a/pygmt/tests/test_timestamp.py +++ b/pygmt/tests/test_timestamp.py @@ -55,7 +55,7 @@ def test_timestamp_offset(): """ fig = Figure() fig.basemap(projection="X10c/5c", region=[0, 10, 0, 5], frame="g1") - for offset in ["1c", "1c/2c", ("1c", "3c")]: + for offset in ["1c", "1c/2c", ("1c", "3c"), 4, (4, 1)]: fig.timestamp(offset=offset, timefmt=f"offset={offset}") return fig