Skip to content

Commit

Permalink
Merge pull request #25 from ZamzamInc/feature/refactors
Browse files Browse the repository at this point in the history
Minor unit test fix
  • Loading branch information
basememara authored Apr 3, 2020
2 parents 377f52c + 9272ea9 commit 0d2c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ZamzamCoreTests/Utilities/SynchronizedTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extension SynchronizedTests {
}
}

XCTAssertGreaterThanOrEqual(temp.value, 0)
XCTAssertGreaterThanOrEqual(temp.value, iterations / writeMultipleOf)
}
}
}

0 comments on commit 0d2c731

Please sign in to comment.