Skip to content

Commit

Permalink
Removed teamspeak syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed Oct 3, 2021
1 parent 5515730 commit 1bcdbff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/dathost.test.ts
Expand Up @@ -458,10 +458,6 @@ describe('Dathost Tests', () => {
return expect(server[1].regenerateFtpPassword()).resolves.not.toThrow()
})

test('Sync server', () => {
return expect(server[1].syncFiles()).resolves.not.toThrow()
})

test('Duplicate Server', () => {
return server[1].duplicate().then(data => {
expect(data[0]).toBeInstanceOf(Object)
Expand Down

0 comments on commit 1bcdbff

Please sign in to comment.