Skip to content

Commit

Permalink
Update server_log_params.test.tsx
Browse files Browse the repository at this point in the history
Removed unused var (caused by bad merge)
  • Loading branch information
gmmorris authored Dec 1, 2020
1 parent 6b6f349 commit bc5fd63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { ServerLogLevelOptions } from '.././types';
import ServerLogParamsFields from './server_log_params';

describe('ServerLogParamsFields renders', () => {
const editAction = jest.fn();
test('all params fields is rendered', () => {
const editAction = jest.fn();
const actionParams = {
Expand Down

0 comments on commit bc5fd63

Please sign in to comment.