Skip to content

Commit

Permalink
test: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alicelovescake authored and codebytere committed Aug 19, 2024
1 parent be3d0b6 commit a5d7ab6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import { Probot, ProbotOctokit } from 'probot';
import { SKIP_CHECK_LABEL } from '../src/constants';
import { CheckRunStatus, PRChange } from '../src/enums';
import { ProbotHandler } from '../src/index';
import { labelClosedPR, getPRNumbersFromPRBody } from '../src/utils';
import {
backportToBranch,
backportToLabel,
} from '../src/operations/backport-to-location';
import { updateManualBackport } from '../src/operations/update-manual-backport';

import { labelClosedPR, getPRNumbersFromPRBody } from '../src/utils';
import * as checkUtils from '../src/utils/checks-util';

const trop: ProbotHandler = require('../src/index');
Expand Down Expand Up @@ -85,7 +85,6 @@ describe('trop', () => {
let robot: Probot;
let octokit: any;
process.env = { BOT_USER_NAME: 'trop[bot]' };
process.env = { COMMITTER_USER_NAME: 'test' };

beforeEach(() => {
nock.disableNetConnect();
Expand Down

0 comments on commit a5d7ab6

Please sign in to comment.