diff --git a/src/lib/discussion-topics.test.ts b/src/lib/discussion-topics.test.ts index 5d66b0d4..506c052f 100644 --- a/src/lib/discussion-topics.test.ts +++ b/src/lib/discussion-topics.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest' import { kinds } from 'nostr-tools' -import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, normalizeTopic, relayTopicTagFilterValues } from '@/lib/discussion-topics' +import { eventMatchesTopicOrContentHashtag, formatTopicMapBubbleLabel, isValidNormalizedTopicKey, normalizedKeyMatchesHashtagPattern, relayTopicTagFilterValues } from '@/lib/discussion-topics' describe('eventMatchesTopicOrContentHashtag', () => { it('matches normalized t tags', () => {