Skip to content

Commit

Permalink
Update test for backporting facebook#3507
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Apr 14, 2015
1 parent a0b4ef0 commit e2f77ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/ui/dom/__tests__/DOMPropertyOperations-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('DOMPropertyOperations', function() {
expect(DOMPropertyOperations.createMarkupForProperty(
'scoped',
true
)).toBe('scoped=""');
)).toBe('scoped');
});

it('should create markup for booleanish properties', function() {
Expand Down

0 comments on commit e2f77ef

Please sign in to comment.