Skip to content

Commit 1edc2e0

Browse files
committed
ci: loosen mergify status
Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
1 parent 062124e commit 1edc2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_doctags_load.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
def verify(exp_file: Path, actual: dict):
13+
print("hi")
1314
if GEN_TEST_DATA:
1415
with open(exp_file, "w", encoding="utf-8") as f:
1516
json.dump(actual, f, indent=2)

0 commit comments

Comments
 (0)