Skip to content

Commit

Permalink
revert: temp: test-js violation
Browse files Browse the repository at this point in the history
This reverts commit 316ab2b.
  • Loading branch information
kdmccormick committed Dec 3, 2024
1 parent d74fcab commit f2f06a0
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', false);
expect(item).toHaveData('processed', true);
});
});

Expand Down

0 comments on commit f2f06a0

Please sign in to comment.