We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd08df commit 32a3ac4Copy full SHA for 32a3ac4
test/projects-live.jl
@@ -76,7 +76,7 @@ try
76
@test project_dataset.project === nothing
77
@test length(project_dataset.versions) == 1
78
# TODO: add this properly to DatasetVersion?
79
- @test get(project_dataset._json["versions"][1], "project", nothing) === nothing
+ @test !haskey(project_dataset._json["versions"][1], "project")
80
@test project_dataset._json["versions"][1]["uploader"]["username"] == auth.username
81
82
# The authentication object we use does not have a project associated with it
0 commit comments