File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 90
90
comparison_1 = compare (ghjl, " master" , " master~" ; auth = auth)
91
91
comparison_2 = compare (ghjl, " master~" , " master" ; auth = auth)
92
92
93
- @test_skip comparison_1. behind_by == 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
94
- @test comparison_1. behind_by >= 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
93
+ @test_skip comparison_1. behind_by == 1 # TODO FIXME : # 228
94
+ @test comparison_1. behind_by >= 1 # TODO FIXME : # 228
95
95
96
- @test_skip comparison_2. ahead_by == 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
97
- @test comparison_2. ahead_by >= 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
96
+ @test_skip comparison_2. ahead_by == 1 # TODO FIXME : # 228
97
+ @test comparison_2. ahead_by >= 1 # TODO FIXME : # 228
98
98
99
- @test_skip length (comparison_2. commits) == 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
100
- @test length (comparison_2. commits) >= 1 # TODO FIXME : https://github.com/JuliaWeb/GitHub.jl/issues/ 228
99
+ @test_skip length (comparison_2. commits) == 1 # TODO FIXME : # 228
100
+ @test length (comparison_2. commits) >= 1 # TODO FIXME : # 228
101
101
end
102
102
103
103
let
You can’t perform that action at this time.
0 commit comments