Skip to content

Commit

Permalink
Add '{paranoid_checks, true}' to open() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Apr 11, 2014
1 parent 2a72ad3 commit 35f681e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/generic_qc_fsm.erl
Expand Up @@ -57,6 +57,7 @@ init(_S) ->

closed(#state{dir=TestDir}) ->
[{opened, {call, ?MODULE, open, [TestDir,[read_write,
{paranoid_checks, true},
{open_timeout, 0},
{max_file_size, 100},
sync_strategy(),
Expand Down

0 comments on commit 35f681e

Please sign in to comment.