Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/projects-live.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ try
@test project_dataset.project === nothing
@test length(project_dataset.versions) == 1
# TODO: add this properly to DatasetVersion?
@test project_dataset._json["versions"][1]["project"] === nothing
@test !haskey(project_dataset._json["versions"][1], "project")
@test project_dataset._json["versions"][1]["uploader"]["username"] == auth.username

# The authentication object we use does not have a project associated with it
Expand Down
Loading