We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26973e2 + 8a79beb commit e9f8874Copy full SHA for e9f8874
ObjectiveGitTests/GTTagSpec.m
@@ -17,8 +17,8 @@
17
GTRepository *repo = [GTRepository repositoryWithURL:[NSURL fileURLWithPath:TEST_REPO_PATH(self.class)] error:&error];
18
NSString *tagSHA = @"0c37a5391bbff43c37f0d0371823a5509eed5b1d";
19
tag = (GTTag *)[repo lookupObjectBySHA:tagSHA error:&error];
20
- expect(error).to.beFalsy;
21
- expect(tag).to.beTruthy;
+ expect(error).to.beFalsy();
+ expect(tag).to.beTruthy();
22
expect(tagSHA).to.equal(tag.SHA);
23
});
24
0 commit comments