Skip to content

Commit

Permalink
rm commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Apr 28, 2022
1 parent fc92e8f commit b73deff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ describe('sourcerer route', () => {

test('returns sourcerer formatted Data Views when SIEM Data View does NOT exist but has been created in the mean time', async () => {
const getMock = jest.fn();
// getMock.mockResolvedValueOnce(null);
getMock.mockResolvedValueOnce(mockPattern);
const getStartServicesSpecial = jest.fn().mockResolvedValue([
null,
Expand Down

0 comments on commit b73deff

Please sign in to comment.