Skip to content

Commit

Permalink
Merge pull request #350 from splunk/fix/startuplogs
Browse files Browse the repository at this point in the history
Test for version was expecting zero but should expect one result
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 13, 2020
2 parents 1684030 + 4c0790e commit 7d71121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ def test_check_sc4s_version(record_property, setup_wordlist, setup_splunk, setup

record_property("resultCount", resultCount)

assert resultCount == 0
assert resultCount == 1

0 comments on commit 7d71121

Please sign in to comment.