removed test for removed function
This commit is contained in:
parent
c973abd1b2
commit
7e8e5a9a48
1 changed files with 0 additions and 7 deletions
|
@ -684,13 +684,6 @@ multi_test_result() ->
|
|||
[{string, "hope this works"}]
|
||||
].
|
||||
|
||||
read_file_test_() ->
|
||||
{setup,
|
||||
fun() -> ok = file:write_file("test.json", <<"{}"/utf8>>) end,
|
||||
fun(_) -> ok = file:delete("test.json") end,
|
||||
[{"read a json binary off a file on disk", ?_assert(
|
||||
read_file("test.json") =:= [{}]
|
||||
)}]}.
|
||||
|
||||
|
||||
-endif.
|
Loading…
Add table
Add a link
Reference in a new issue