Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Nov 24, 2023
1 parent 53f8787 commit b315904
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/util/sentry/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,4 @@ describe('deriveSentryEnvironment', () => {
);
expect(env).toBe('development');
});

test('returns local-flask for non-dev undefined environment and flask build type', async () => {
const isDev = false;
const METAMASK_BUILD_TYPE = 'flask';

const env = deriveSentryEnvironment(isDev, undefined, METAMASK_BUILD_TYPE);
expect(env).toBe('local-flask');
});
});

0 comments on commit b315904

Please sign in to comment.