diff --git a/packages/shorebird_cli/test/src/commands/patch_new/aar_patcher_test.dart b/packages/shorebird_cli/test/src/commands/patch_new/aar_patcher_test.dart index cb85469b..a516b39b 100644 --- a/packages/shorebird_cli/test/src/commands/patch_new/aar_patcher_test.dart +++ b/packages/shorebird_cli/test/src/commands/patch_new/aar_patcher_test.dart @@ -129,6 +129,12 @@ void main() { }); }); + group('primaryReleaseArtifactArch', () { + test('is aar', () { + expect(patcher.primaryReleaseArtifactArch, equals('aar')); + }); + }); + group('assertPreconditions', () { group('when validation succeeds', () { setUp(() {