Skip to content

Commit

Permalink
- Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 8, 2023
1 parent 8408f66 commit b99a17c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('SubmissionHistory', () => {
'Accepted with Errors',
'Partially Accepted with Errors',
'Rejected',
null
null,
])('Shows the submission acceptance status section 1', (status) => {
const state = {
reports: {
Expand Down Expand Up @@ -403,7 +403,7 @@ describe('SubmissionHistory', () => {
'Accepted with Errors',
'Partially Accepted with Errors',
'Rejected',
null
null,
])('Shows the submission acceptance status section 2', (status) => {
const state = {
reports: {
Expand Down Expand Up @@ -462,7 +462,7 @@ describe('SubmissionHistory', () => {
'Accepted with Errors',
'Partially Accepted with Errors',
'Rejected',
null
null,
])('Shows the submission acceptance status section 3', (status) => {
const state = {
reports: {
Expand Down

0 comments on commit b99a17c

Please sign in to comment.