From 7702750416b8bfecad7db891cb826a7fb7e10e78 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Mon, 1 Apr 2024 16:53:29 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20swallow=20item=20writing=20exce?= =?UTF-8?q?ptions=20in=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cli_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli_test.py b/test/cli_test.py index 1344787..f70429c 100644 --- a/test/cli_test.py +++ b/test/cli_test.py @@ -322,7 +322,7 @@ def test_move_and_write_after_tags_changed(self): item["title"] = "a new title" item.store() - item.try_write() # Required to update mtime. + item.write() self.runcli("alt", "update", "myexternal") item.load()