Skip to content

Commit

Permalink
removing text
Browse files Browse the repository at this point in the history
  • Loading branch information
asinn134 committed Dec 10, 2024
1 parent 01a5b5c commit 9c11b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ TEST_PARAMETERS.forEach(
});

msEnabledStatuses.forEach((status) => {
it(`MS status: ${status} Should return false (enabled) when submission has occured`, () => {
it(`MS status: ${status} Should return false (enabled)`, () => {
const result = testFunction(SystemFlagEnum.ms, status);
expect(result).toBe(false);
});
Expand Down

0 comments on commit 9c11b45

Please sign in to comment.