Skip to content

Commit 24683f0

Browse files
committed
Add more unit tests for extracting task IDs from git log
1 parent 311de24 commit 24683f0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

spec/asana_helper_spec.rb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,16 @@ def sanitize_asana_html_notes(content)
636636
Description:
637637
This privacy config update may update a published value so must be received on main thread.
638638
#{' '}
639+
commit 83a87186b21eb03dfbba04252d5ff95da0bd59e6
640+
641+
[Experimental AI Chat] Hide return button if keyboard is not visible (#1624)
642+
643+
Task/Issue URL:
644+
https://app.asana.com/1/137249556945/project/1204167627774280/task/1210975209610639?\
645+
646+
### Description
647+
Hide return button if keyboard is not visible
648+
#{' '}
639649
commit 9587487662876eee3f2606cf5040d4ee80e0c0a7
640650
641651
Add expectation when checking email text field value (#3572)
@@ -670,7 +680,8 @@ def sanitize_asana_html_notes(content)
670680
"1208589738777777",
671681
"1208589738666666",
672682
"1208804405760977",
673-
"1208804405760666"
683+
"1208804405760666",
684+
"1210975209610639"
674685
])
675686
end
676687

0 commit comments

Comments
 (0)