Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Jan 21, 2025
1 parent 7b2f19f commit d27e7fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions test/testCFUpdateIOC.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ def testAddUpdateChannels(self):
channels = client.find(
property=[("hostName", hostName1), ("iocName", iocName1)]
)
self.assertTrue(
not channels, "channels already present"
)
self.assertTrue(not channels, "channels already present")
# New Channels added
updateChannelFinder(
["cf-update-pv1", "cf-update-pv2"],
Expand Down Expand Up @@ -690,7 +688,6 @@ def testRegularExperssion(self):


if __name__ == "__main__":
# import sys;sys.argv = ['', 'Test.testName']
unittest.main()


Expand Down
1 change: 0 additions & 1 deletion test/testChannelUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,4 @@ def testValidateWithProperty(self):


if __name__ == "__main__":
# import sys;sys.argv = ['', 'Test.testChannelUtil']
unittest.main()

0 comments on commit d27e7fd

Please sign in to comment.