Skip to content

Commit

Permalink
feat(taxonomy): removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGauntlett committed Oct 11, 2024
1 parent 39df79b commit 5193584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/__tests__/Metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2886,7 +2886,7 @@ describe('api/Metadata', () => {
});

describe('getMetadataOptions()', () => {
test.only('should return metadata options when called with valid parameters', async () => {
test('should return metadata options when called with valid parameters', async () => {
const response = {
entries: [
{
Expand Down

0 comments on commit 5193584

Please sign in to comment.