Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Making Codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Apr 17, 2017
1 parent 873c482 commit 92041bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MultipleContextsIT {
private int app1Port, app2Port;

@BeforeClass
public void setup() {
public void setUp() {
app1Port = SocketUtils.findAvailableTcpPort();
app2Port = SocketUtils.findAvailableTcpPort();

Expand Down

0 comments on commit 92041bd

Please sign in to comment.