Skip to content

Commit

Permalink
integration_test: remove getFileVersions test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed May 26, 2023
1 parent 6611cad commit b7c3e3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ void main() {
() => client.getMe().then((res) => expect(res.id, isA<String>())),
);

test(
'getFileVersions() gets file versions',
() => client
.getFileVersions(testFile)
.then((res) => expect(res.isNotEmpty, true)),
);

test(
'getTeamProjects() gets team projects',
() => client
Expand Down

0 comments on commit b7c3e3d

Please sign in to comment.