Skip to content

Commit

Permalink
Fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
shapovalovts committed Jun 22, 2024
1 parent de01919 commit 6774646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wm_virtres_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ init_test_group(Action, Config) ->
end,
meck:expect(wm_virtres_handler, get_remote, fun(X) when X == JobId -> {ok, Remote} end),
meck:expect(wm_virtres_handler, wait_for_partition_fetch, fun() -> erlang:make_ref() end),
meck:expect(wm_virtres_handler, wait_for_ssh_connection, fun() -> erlang:make_ref() end),
meck:expect(wm_virtres_handler, wait_for_ssh_connection, fun(_) -> erlang:make_ref() end),
meck:expect(wm_virtres_handler, delete_partition, fun(_, _) -> {ok, WaitRef} end),
meck:expect(wm_conf, select, SelectById),
meck:expect(wm_conf, g, fun(_, {X, _}) -> X end),
Expand Down

0 comments on commit 6774646

Please sign in to comment.