Skip to content

Commit 1bc4458

Browse files
dpinolDani Pinyol
andauthored
test ambiguities & unbound args (#142)
Co-authored-by: Dani Pinyol <[email protected]>
1 parent 3583abe commit 1bc4458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ using TranscodingStreams
22
using Test
33
using Pkg
44

5+
@test isempty(detect_unbound_args(TranscodingStreams; recursive=true))
6+
@test isempty(detect_ambiguities(TranscodingStreams; recursive=true))
7+
58
# Tool tests
69
# ----------
710

0 commit comments

Comments
 (0)