Skip to content

Commit

Permalink
Fix for the previous fix - now double tested
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Feb 17, 2024
1 parent 1c95fd6 commit 1b003b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* limitations under the License.
*/

#if MTRDeviceControllerStorageDelegate

#import "MTRDeviceControllerLocalTestStorage.h"

#if MTR_PER_CONTROLLER_STORAGE_ENABLED

static NSString * const kLocalTestUserDefaultDomain = @"org.csa-iot.matter.darwintest";
static NSString * const kLocalTestUserDefaultEnabledKey = @"enableTestStorage";

Expand Down Expand Up @@ -94,4 +94,4 @@ - (BOOL)controller:(MTRDeviceController *)controller
}
@end

#endif // MTRDeviceControllerStorageDelegate
#endif // MTR_PER_CONTROLLER_STORAGE_ENABLED

0 comments on commit 1b003b7

Please sign in to comment.