Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Feb 14, 2024
1 parent bbfe753 commit 79b2526
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { content } from '@xmtp/proto'
import ReactNativeBlobUtil from 'react-native-blob-util'
import { TextEncoder, TextDecoder } from 'text-encoding'
import { DecodedMessage } from 'xmtp-react-native-sdk/lib/DecodedMessage'
import { DefaultContentTypes } from 'xmtp-react-native-sdk/lib/types/DefaultContentType'

import {
Query,
Expand Down Expand Up @@ -630,7 +629,7 @@ test('can stream all groups and conversations', async () => {

if (
containers[1].version === ConversationVersion.DIRECT &&
bobConversation.conversationID !=
bobConversation.conversationID !==
(containers[1] as Conversation<any>).conversationID
) {
throw Error(
Expand Down

0 comments on commit 79b2526

Please sign in to comment.