Skip to content

Commit

Permalink
get rid of only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 18, 2024
1 parent 4acbc6a commit 67156ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function getTests(
stableBTreeMapInstructionThresholdCanister: ActorSubclass<_SERVICE>
): Test {
return () => {
it.only('test SmallRecord', async () => {
it('test SmallRecord', async () => {
await stableBTreeMapInstructionThresholdCanister.insertSmallRecord(
10_000
);
Expand Down

0 comments on commit 67156ac

Please sign in to comment.