Skip to content

Commit

Permalink
Remove irrelevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Dec 2, 2024
1 parent 5f0cd23 commit 4e24243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 82 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/node-core/src/utils/queues/rampQueue.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2020-2024 SubQuery Pte Ltd authors & contributors
// SPDX-License-Identifier: GPL-3.0

import {Task} from './autoQueue';
import {RampQueue} from './rampQueue';
import { Task } from './autoQueue';
import { RampQueue } from './rampQueue';

const testSizes = [
4.448733415947499, 8.956082893010741, 1.0740251087438613, 7.874408027526685, 2.095588330681719, 9.877603058371257,
Expand Down

0 comments on commit 4e24243

Please sign in to comment.