summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-25 14:24:03 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-25 14:24:03 -0500
commit4950cbc5ed3b9b893020c82e809074cd13d9c132 (patch)
treee3461c7e2e2630dd63b093ca5bfc868a9c408577
parent7b82da2a560b637562149e6d8ef1b876ab6861fa (diff)
downloadsdl_ios-4950cbc5ed3b9b893020c82e809074cd13d9c132.tar.gz
Fix `SDLGlobalsSpec`
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLinkTests/UtilitiesSpecs/SDLGlobalsSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLinkTests/UtilitiesSpecs/SDLGlobalsSpec.m b/SmartDeviceLink-iOS/SmartDeviceLinkTests/UtilitiesSpecs/SDLGlobalsSpec.m
index 1c310e558..8acaaadcf 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLinkTests/UtilitiesSpecs/SDLGlobalsSpec.m
+++ b/SmartDeviceLink-iOS/SmartDeviceLinkTests/UtilitiesSpecs/SDLGlobalsSpec.m
@@ -8,7 +8,7 @@ QuickSpecBegin(SDLGlobalsSpec)
describe(@"The SDLGlobals class", ^{
__block SDLGlobals *testGlobals = nil;
__block NSNumber *v1And2MTUSize = @1024;
- __block NSNumber *v3And4MTUSize = @128000;
+ __block NSNumber *v3And4MTUSize = @131084;
beforeEach(^{
testGlobals = [[SDLGlobals alloc] init];