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.
1 parent bc98f3c commit 86d4f7bCopy full SHA for 86d4f7b
ObjectiveGitTests/GTCommitSpec.m
@@ -24,7 +24,7 @@
24
expect(commit).notTo.beNil();
25
expect(error).to.beNil();
26
27
- expect(commit).to.beInstanceOf([GTCommit class]);
+ expect(commit).to.beInstanceOf(GTCommit.class);
28
expect(commit.type).to.equal(@"commit");
29
expect(commit.SHA).to.equal(commitSHA);
30
0 commit comments