rm scfg wip
This commit is contained in:
parent
8c2c90b3c2
commit
872cf1b72f
13 changed files with 156 additions and 343 deletions
|
|
@ -183,7 +183,7 @@ module Test_post = struct
|
|||
let* expected_comment =
|
||||
Comment.of_string comment
|
||||
|> Result.map_error (fun s ->
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
in
|
||||
let expected_op =
|
||||
{ id = post_id
|
||||
|
|
@ -221,7 +221,7 @@ module Test_post = struct
|
|||
let* expected_comment =
|
||||
Comment.of_string comment
|
||||
|> Result.map_error (fun s ->
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
in
|
||||
let expected_post =
|
||||
{ id = post.id
|
||||
|
|
@ -256,7 +256,7 @@ module Test_post = struct
|
|||
let* expected_comment =
|
||||
Comment.of_string comment
|
||||
|> Result.map_error (fun s ->
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
Err.Unprocessable (Fmt.str "comment: %s" s) )
|
||||
in
|
||||
(* image read/write to file for thumbnail creation + strip exif change image data
|
||||
thumbnail dimension can be <> than image dimension *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue