Skip to content

Commit

Permalink
Fix focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Sep 24, 2021
1 parent 7769ece commit d888ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ @interface SDLChoiceCell()
});
});

fcontext(@"when artworks are not already on the system", ^{
context(@"when artworks are not already on the system", ^{
beforeEach(^{
OCMStub([testFileManager hasUploadedFile:[OCMArg isNotNil]]).andReturn(NO);
});
Expand Down

0 comments on commit d888ebe

Please sign in to comment.