Skip to content

Commit

Permalink
chore: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPipaliya23 committed May 9, 2024
1 parent cc2985a commit 6977e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vmq_plugin/src/vmq_plugin_mgr.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ call_hooks() ->

plugin_priority_order_test() ->
application:set_env(vmq_plugin, priority, #{
vmq_plugin_one => 1, vmq_plugin_two => 2, vmq_plugin_three => 3, vmq_plugin_four => infinity
vmq_plugin_one => 1, vmq_plugin_two => 2, vmq_plugin_three => 3, vmq_plugin_four => infinity
}),
% set plugin in pritority order
?assertEqual(
Expand Down

0 comments on commit 6977e59

Please sign in to comment.