Skip to content

Commit 326bd70

Browse files
committed
fix formatting
1 parent 1abab23 commit 326bd70

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/unit/3p/test-ampcontext-integration.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import {IntegrationAmpContext, masterSelection} from '#3p/ampcontext-integration';
1+
import {
2+
IntegrationAmpContext,
3+
masterSelection,
4+
} from '#3p/ampcontext-integration';
25

36
describes.fakeWin('#masterSelect', {}, (env) => {
47
it('should allow sharing between configured networks', () =>
@@ -19,14 +22,14 @@ describes.sandboxed('IntegrationAmpContext aliases', {}, (env) => {
1922

2023
it('should delegate coordinator to master', () => {
2124
const result = context.coordinator;
22-
25+
2326
expect(context.master_).to.have.been.calledOnce;
2427
expect(result).to.equal('test-master-window');
2528
});
2629

2730
it('should delegate isCoordinator to isMaster', () => {
2831
const result = context.isCoordinator;
29-
32+
3033
expect(context.isMaster_).to.have.been.calledOnce;
3134
expect(result).to.equal(true);
3235
});

0 commit comments

Comments
 (0)