Skip to content

Commit

Permalink
ci ports
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Jan 20, 2025
1 parent 3e23622 commit e40542a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ndk/test/usecases/files/files_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void main() {
late Files client;

setUp(() async {
server = MockBlossomServer(port: 3010);
server2 = MockBlossomServer(port: 3011);
server = MockBlossomServer(port: 3008);
server2 = MockBlossomServer(port: 3009);
await server.start();
await server2.start();

Expand Down

0 comments on commit e40542a

Please sign in to comment.