Skip to content

Commit

Permalink
Test on QS itself
Browse files Browse the repository at this point in the history
For some reason CI doesn't seem to like using `TextEdit.app`.
  • Loading branch information
n8henrie committed Sep 20, 2023
1 parent a58f414 commit 154ca03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Quicksilver/Tests/Tests-QSCore/QSFileObjectTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ - (void)testFileUTI

- (void)testFileObject
{
NSString *path;
if (@available(macOS 12, *)) {
path = @"/System/Applications/TextEdit.app";
} else {
path = @"/Applications/TextEdit.app";
}
NSString *path = @"/tmp/QS/build/Testing/Quicksilver.app";

QSObject *object = [QSObject fileObjectWithPath:path];
XCTAssertEqualObjects([object objectForType:QSFilePathType], path, @"");
Expand Down

0 comments on commit 154ca03

Please sign in to comment.