Skip to content

Commit

Permalink
Revert text fix from b75dd19 for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Feb 21, 2018
1 parent 29d7343 commit d50bf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitUpKit/Core/GCRepository-Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ @implementation GCEmptyRepositoryTests (GCRepository)
// -initWithNewLocalRepository:bare:error: is called in -setUp
- (void)testInitialization {
// Check initialization result
[self assertGitCLTOutputContainsString:@"On branch master\n\nNo commits yet\n" withRepository:self.repository command:@"status", nil];
[self assertGitCLTOutputContainsString:@"On branch master\n\nInitial commit\n" withRepository:self.repository command:@"status", nil];

// Check properties
XCTAssertEqualObjects([self.repository.repositoryPath stringByStandardizingPath], [self.temporaryPath stringByAppendingPathComponent:@".git"]);
Expand Down

0 comments on commit d50bf7b

Please sign in to comment.