diff --git a/test/runtests.jl b/test/runtests.jl index 6af2f55..1b070e5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,7 +24,7 @@ true || include("../src/PSBoardDataBase.jl") @test PSBoardDataBase.ClockParser.get_skew_and_riseup( "input/slavelogs/main/230_51_clk.txt", - ) === (missing, missing, missing) + ) === (missing, missing) @test PSBoardDataBase.ClockParser.get_skew_and_riseup( "input/slavelogs/main/448_103_clk.txt", ) == (12.0, 12.053571428571429 - 11.982142857142858)