Skip to content

TODO: Fix tests for starred, watchers, and watched #237

@DilumAluthge

Description

@DilumAluthge

@testset "Activity" begin
# test GitHub.stargazers, GitHub.starred
@test length(first(stargazers(ghjl; auth = auth))) > 10 # every package should fail tests if it's not popular enough :p
@test hasghobj(ghjl, first(starred(testuser; auth = auth)))
# test GitHub.watched, GitHub.watched
@test hasghobj(testuser, first(watchers(ghjl; auth = auth)))
@test hasghobj(ghjl, first(watched(testuser; auth = auth)))
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions