Skip to content

Commit

Permalink
making amoc_code_server_SUITE pass for OTP24
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Oct 23, 2023
1 parent bff89d0 commit aeb5aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/amoc_code_server_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ recreate_working_dir(Config) ->
true -> ?assertEqual(ok, file:del_dir_r(WorkingDir));
false -> ok
end,
?assertEqual(ok, filelib:ensure_path(WorkingDir)),
?assertEqual(ok, filelib:ensure_dir(WorkingDir)),
?assertEqual(ok, file:make_dir(WorkingDir)),
WorkingDir.

unload_modules_and_restore_code_path(Config) ->
Expand Down

0 comments on commit aeb5aa2

Please sign in to comment.