Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jul 29, 2024
1 parent cd0b364 commit f909263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/acceptance/object-inspector-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ module('Object Inspector', function (hooks) {
value: {
inspect: false.toString(),
type: 'type-boolean',
isCalculated: false,
isCalculated: false

Check failure on line 1049 in tests/acceptance/object-inspector-test.js

View workflow job for this annotation

GitHub Actions / Test

Insert `,`
},
};
}
Expand Down Expand Up @@ -1083,7 +1083,6 @@ module('Object Inspector', function (hooks) {
await fillIn(field, 'false');
await triggerKeyEvent(field, 'keydown', 13);


assert.dom('[data-test-object-property-value]').hasText(false.toString());
});

Expand Down

0 comments on commit f909263

Please sign in to comment.