Skip to content

Commit

Permalink
addressed revirew comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettyWhite committed Aug 29, 2017
1 parent 34af146 commit e357d3d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadNak alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadVideoStartService alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadVideoStartServiceAck alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadAudioStartServiceAck alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadEndService alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadRPCStartServiceAck alloc] initWithData:testData];
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
__block NSData *testData = nil;

beforeEach(^{

testPayload = [[SDLControlFramePayloadRPCStartService alloc] initWithData:testData];
});

Expand Down

0 comments on commit e357d3d

Please sign in to comment.