Skip to content

Commit 14b23b8

Browse files
committed
remove unnessasory codes
1 parent 33e20a9 commit 14b23b8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/tests/test_sqlthread.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def test_create_function(self):
9898
def test_sql_thread_version_1(self):
9999
"""
100100
Test with version 1
101+
Version 1 and 3 are same so will skip 3
101102
"""
102103

103104
# Assertion after versioning
@@ -117,12 +118,6 @@ def test_sql_thread_version_2(self):
117118
res = sqlQuery(''' SELECT count(name) FROM sqlite_master WHERE type='table' AND name='inventory_backup' ''')
118119
self.assertNotEqual(res[0][0], 1, "Table inventory_backup not deleted in versioning 2")
119120

120-
def test_sql_thread_version_3(self):
121-
"""
122-
Test with version 3 and 1 both are same
123-
"""
124-
pass
125-
126121
@versioning
127122
def test_sql_thread_version_4(self):
128123
"""

0 commit comments

Comments
 (0)