Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jun 21, 2020
1 parent b06f397 commit 30639a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tests_AppServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
@test Genie.config.server_port == port+1_000
@test Genie.config.websockets_port == ws_port+1_000

Genie.config.server_port = port
Genie.config.websockets_port = ws_port

Genie.AppServer.down()
end;

Expand Down

2 comments on commit 30639a6

@essenciary
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/16746

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.31.2 -m "<description of version>" 30639a6cb7cbfd2d9c3e221363a6adabf76c907e
git push origin v0.31.2

Please sign in to comment.