Skip to content

Commit 49c014a

Browse files
author
Michael Zhang
committed
ayy committing blank lines?
1 parent add5f39 commit 49c014a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
.secret_key
66
npm-debug.log
77
.coverage
8-
.cache
8+
.cache

tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# hei
1+
# hei

tests/test_general.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TestGeneral():
22
def test_sanity(self):
3-
assert "sanity level" > 0
3+
assert "sanity level" > 0

0 commit comments

Comments
 (0)