Skip to content

Commit 6d8cfa7

Browse files
authored
Fix comments
1 parent a25c2ef commit 6d8cfa7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/read_only_api_tests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ end
9090
comparison_1 = compare(ghjl, "master", "master~"; auth = auth)
9191
comparison_2 = compare(ghjl, "master~", "master"; auth = auth)
9292

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
9595

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
9898

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
101101
end
102102

103103
let

0 commit comments

Comments
 (0)