Skip to content

Commit

Permalink
temp: test-js violation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Oct 25, 2024
1 parent c05f932 commit ceeb2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/static/js/capa/spec/jsinput_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('JSInput', function() {

it('sets all data-processed attributes to true on first load', function() {
$jsinputContainers.each(function(index, item) {
expect(item).toHaveData('processed', true);
expect(item).toHaveData('processed', false);
});
});

Expand Down

0 comments on commit ceeb2c1

Please sign in to comment.