Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Aug 26, 2024
1 parent 8575b68 commit 27af2f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/src/tests/groupTests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Wallet } from 'ethers'
import { Platform } from 'expo-modules-core'
import RNFS from 'react-native-fs'
import { DecodedMessage } from 'xmtp-react-native-sdk/lib/DecodedMessage'

Expand All @@ -13,7 +14,6 @@ import {
GroupUpdatedContent,
GroupUpdatedCodec,
} from '../../../src/index'
import { Platform } from 'expo-modules-core'

export const groupTests: Test[] = []
let counter = 1
Expand Down Expand Up @@ -2188,7 +2188,6 @@ test('can sync all groups', async () => {
`should have synced 0 groups but synced ${numGroupsSynced2}`
)
}


// Next syncAllGroups will not sync inactive groups
const numGroupsSynced3 = await bo.conversations.syncAllGroups()
Expand Down

0 comments on commit 27af2f0

Please sign in to comment.