From f352add7d37d686986266f7fdb1ee6e6ef145e97 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Tue, 15 Apr 2025 11:00:09 +0200 Subject: [PATCH] Fix test --- test/test_standardize_from_todo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_standardize_from_todo.py b/test/test_standardize_from_todo.py index d93d900..14419db 100644 --- a/test/test_standardize_from_todo.py +++ b/test/test_standardize_from_todo.py @@ -9,9 +9,9 @@ void TODO2() { """ OUTPUT_6 = """ -/** Fail when uploading the wrong share */ +/** Fail when uploading the wrong share. */ @ContractTest(previous = "registerSharing") -void failWhenUploadingTheWrongShare() { +void failWhenUploadingWrongShare() { """ NAME_FROM_COMMENT = [