Fix typo that snuck in with last commit.

pull/6601/head
Thomas Van Lenten 5 years ago
parent 6ec27f0d08
commit 030a38b954
  1. 2
      objectivec/Tests/GPBMessageTests.m

@ -357,7 +357,7 @@
NSMutableData *data = [NSMutableData data];
NSKeyedArchiver *archiver = [[NSKeyedArchiver alloc] initForWritingWithMutableData:data];
[archiver setRequiresSecureCoding:YES];
[archiver encodeObject:obj forKey:key];
[archiver encodeObject:original forKey:key];
[archiver finishEncoding];
NSKeyedUnarchiver *unarchiver = [[NSKeyedUnarchiver alloc] initForReadingWithData:data];

Loading…
Cancel
Save