Skip to content

Commit

Permalink
Updated test accuracy to make test more dependable
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Nov 19, 2014
1 parent 2772d82 commit 824c5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/URKArchiveTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ - (void)testFileDescriptorUsage

NSInteger finalFileCount = [self numberOfOpenFileHandles];

XCTAssertEqualWithAccuracy(initialFileCount, finalFileCount, 1, @"File descriptors were left open");
XCTAssertEqualWithAccuracy(initialFileCount, finalFileCount, 5, @"File descriptors were left open");
}

- (void)testErrorIsCorrect
Expand Down

0 comments on commit 824c5f1

Please sign in to comment.