Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jun 11, 2024
1 parent 87a9de1 commit a18558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nuts/retrieve/metadata.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { RetrieveResultJson } from '../../../src/utils/types.js';

const ELECTRON = { id: '04t6A000002zgKSQAY', name: 'ElectronBranding' };

describe.only('retrieve metadata NUTs', () => {
describe('retrieve metadata NUTs', () => {
let testkit: SourceTestkit;

before(async () => {
Expand Down

0 comments on commit a18558c

Please sign in to comment.