Skip to content

Commit 0419bf3

Browse files
musmtkelman
authored andcommitted
Update dep method in test file (#122)
* update dep takebuf_string * Update REQUIRE
1 parent 4e9914b commit 0419bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ julia 0.4
22
JSON
33
Requests
44
Git
5-
Compat 0.8
5+
Compat 0.9.5

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd(Pkg.dir("Coverage")) do
3434
# we only have a single file, but we want to test on the Vector of file results
3535
LCOV.write(lcov, FileCoverage[r])
3636
open(joinpath(datadir, "expected.info")) do f
37-
@test takebuf_string(lcov) == readstring(f)
37+
@test String(take!(lcov)) == readstring(f)
3838
end
3939

4040
# Test a file from scratch

0 commit comments

Comments
 (0)