Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaka27 committed Mar 6, 2025
2 parents 9538e1a + 53f807c commit 0dc9f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mnesia/test/mnesia_evil_coverage_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ table_info(Config) when is_list(Config) ->
Size = 10,
Keys = lists:seq(1, Size),
Records = [{Tab, A, 7} || A <- Keys],
lists:foreach(fun(Rec) -> ?match(ok, mnesia:dirty_write(Rec)) end, Records),
mnesia:sync_dirty(fun() -> lists:foreach(fun(Rec) -> ?match(ok, mnesia:write(Rec)) end, Records) end),

case mnesia_test_lib:diskless(Config) of
true ->
Expand Down

0 comments on commit 0dc9f43

Please sign in to comment.