Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
alyokaz committed Aug 31, 2023
1 parent 499d1d0 commit 8ac552e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/intergration/IntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class IntegrationTest {
private static final String FILENAME_2 = "test_file_2.mp4";

@Test
@Order(3)
@Order(1)
public void canSeedAndReceiveFile() throws IOException {
File file = getFile(FILENAME);
AKTorrent server = new AKTorrent(NODE_A_PORT);
Expand Down Expand Up @@ -172,7 +172,7 @@ public void testDiscoverTransientPeers() throws IOException {
}

@Test
@Order(1)
@Order(3)
public void pingPeerWhenAdded() {
AKTorrent server = new AKTorrent(NODE_A_PORT);
server.startServer();
Expand Down

0 comments on commit 8ac552e

Please sign in to comment.