Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelastic committed Dec 27, 2019
1 parent 595ab8f commit 1827fab
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('edit policy', () => {
});
});
describe('warm phase', () => {
test('should show positive number required equal to or above zero error when trying to save warm phase with 0 for after', () => {
test('', () => {
const rendered = mountWithIntl(component);
noRollover(rendered);
setPolicyName(rendered, 'mypolicy');
Expand Down Expand Up @@ -375,7 +375,7 @@ describe('edit policy', () => {
});
});
describe('cold phase', () => {
test('should show positive number required error when trying to save cold phase with less than 0 for after', () => {
test('', () => {
const rendered = mountWithIntl(component);
noRollover(rendered);
setPolicyName(rendered, 'mypolicy');
Expand Down Expand Up @@ -456,7 +456,7 @@ describe('edit policy', () => {
});
});
describe('delete phase', () => {
test('should show positive number required error when trying to save delete phase with less than 0 for after', () => {
test('', () => {
const rendered = mountWithIntl(component);
noRollover(rendered);
setPolicyName(rendered, 'mypolicy');
Expand Down

0 comments on commit 1827fab

Please sign in to comment.