Skip to content

Commit 86d4f7b

Browse files
committed
Dot-syntaxify.
1 parent bc98f3c commit 86d4f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectiveGitTests/GTCommitSpec.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
expect(commit).notTo.beNil();
2525
expect(error).to.beNil();
2626

27-
expect(commit).to.beInstanceOf([GTCommit class]);
27+
expect(commit).to.beInstanceOf(GTCommit.class);
2828
expect(commit.type).to.equal(@"commit");
2929
expect(commit.SHA).to.equal(commitSHA);
3030

0 commit comments

Comments
 (0)