Skip to content

Commit

Permalink
Removes errant test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpilone committed Jan 1, 2024
1 parent 9a570b8 commit bd46c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lib/search-query-builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe('search-document-builder', () => {
expect(result).toEqual('dc_title\\*:(this is a title and an alternative title)');
});

test.only('should build a targeted wildcard field for dc_contributor', () => {
test('should build a targeted wildcard field for dc_contributor', () => {
const keywordComps = [
{
operator: '',
Expand Down

0 comments on commit bd46c45

Please sign in to comment.