Commit c919c73 1 parent e1afc17 commit c919c73 Copy full SHA for c919c73
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,8 @@ Fixes SC-XXXXX
23
23
- [ ] I have added unit and/or integration tests that cover my changes
24
24
- [ ] I have added new test fixtures as needed to support added tests
25
25
- [ ] I have updated the dependencies list if necessary (including updating yarn.lock and/or go.sum)
26
- - [ ] I have recompiled and included new protocol buffers to reflect changes I made if necessary
27
26
- [ ] Check this box if a reviewer can merge this pull request after approval (leave it unchecked if you want to do it yourself)
28
27
- [ ] I have notified the reviewer via Shortcut or Slack that this is ready for review
29
- - [ ] Documented service configuration changes or created related devops stories
30
28
31
29
### Reviewer(s) checklist
32
30
Original file line number Diff line number Diff line change 1
1
"""
2
2
Run honu tests using pytest.
3
3
"""
4
+
5
+
6
+ def test_sanity ():
7
+ assert 2 + 2 == 4
You can’t perform that action at this time.
0 commit comments