Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Salceanu committed Jan 6, 2022
1 parent 926eaab commit 48fe915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests_Assets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@safetestset "Expose settings" begin
using Genie, Genie.Assets

@test js_settings() == "window.Genie = {};\nGenie.Settings = {\"webchannels_autosubscribe\":true,\"server_host\":\"127.0.0.1\",\"webchannels_eval_command\":\">eval:\",\"webthreads_js_file\":\"webthreads.js\",\"webchannels_unsubscribe_channel\":\"unsubscribe\",\"webthreads_default_route\":\"$(Genie.config.webthreads_default_route)\",\"webchannels_subscribe_channel\":\"subscribe\",\"server_port\":$(Genie.config.server_port),\"base_path\":\"$(Genie.config.base_path)\",\"webthreads_pull_route\":\"pull\",\"webchannels_default_route\":\"$(Genie.config.webchannels_default_route)\",\"webchannels_timeout\":1000,\"webthreads_push_route\":\"push\",\"websockets_port\":$(Genie.config.websockets_port)};\n"
@test js_settings() == "window.Genie = {};\nGenie.Settings = {\"webchannels_autosubscribe\":true,\"server_host\":\"127.0.0.1\",\"webchannels_eval_command\":\">eval:\",\"webthreads_js_file\":\"webthreads.js\",\"webchannels_unsubscribe_channel\":\"unsubscribe\",\"webthreads_default_route\":\"____\",\"webchannels_subscribe_channel\":\"subscribe\",\"server_port\":8000,\"webchannels_keepalive_frequency\":30000,\"base_path\":\"\",\"webthreads_pull_route\":\"pull\",\"webchannels_default_route\":\"____\",\"webchannels_timeout\":1000,\"webthreads_push_route\":\"push\",\"websockets_port\":8000};\n"
end

@safetestset "Embedded assets" begin
Expand Down

2 comments on commit 48fe915

@essenciary
Copy link
Member

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/51803

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 v4.8.0 -m "<description of version>" 48fe9154f482861466486e34deee3bd77f98b3fb
git push origin v4.8.0

Please sign in to comment.