test(shorebird_cli): add missing coverage for AarPatcher (#2040)
This commit is contained in:
@@ -129,6 +129,12 @@ void main() {
|
||||
});
|
||||
});
|
||||
|
||||
group('primaryReleaseArtifactArch', () {
|
||||
test('is aar', () {
|
||||
expect(patcher.primaryReleaseArtifactArch, equals('aar'));
|
||||
});
|
||||
});
|
||||
|
||||
group('assertPreconditions', () {
|
||||
group('when validation succeeds', () {
|
||||
setUp(() {
|
||||
|
||||
Reference in New Issue
Block a user