Skip to content

Commit e4a501c

Browse files
committed
Fix lint
1 parent 9d8f604 commit e4a501c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test-app/tests/integration/components/basic-dropdown-test.gts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,10 @@ module('Integration | Component | basic-dropdown', function (hooks) {
11151115
_destinationElement,
11161116
{ renderInPlace },
11171117
) {
1118-
assert.ok(renderInPlace, 'custom calculatePosition with renderInPlace was passed to the component');
1118+
assert.ok(
1119+
renderInPlace,
1120+
'custom calculatePosition with renderInPlace was passed to the component',
1121+
);
11191122
if (renderInPlace) {
11201123
return {
11211124
horizontalPosition: 'right',

0 commit comments

Comments
 (0)