Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Apr 29, 2024
1 parent ff6bdeb commit 7c29e13
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions test/lib/validate-app-settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,14 @@ describe('validate-app-settings', () => {
};

it('returns true for assetlinks with one entry', () => {
isValid([
{
relation: ['delegate_permission/common.handle_all_urls'],
target: {
namespace: 'android_app',
package_name: 'org.medicmobile.webapp.mobile',
sha256_cert_fingerprints: ['long sha256 fingerprint 62:BF:C1:78...']
}
isValid([{
relation: ['delegate_permission/common.handle_all_urls'],
target: {
namespace: 'android_app',
package_name: 'org.medicmobile.webapp.mobile',
sha256_cert_fingerprints: ['long sha256 fingerprint 62:BF:C1:78...']
}
]);
}]);
});

it('returns true for assetlinks with multiple entries', () => {
Expand Down

0 comments on commit 7c29e13

Please sign in to comment.