Skip to content

Commit 32a3ac4

Browse files
tanmaykmmortenpi
andauthored
Update test/projects-live.jl
Co-authored-by: Morten Piibeleht <[email protected]>
1 parent cfd08df commit 32a3ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/projects-live.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ try
7676
@test project_dataset.project === nothing
7777
@test length(project_dataset.versions) == 1
7878
# TODO: add this properly to DatasetVersion?
79-
@test get(project_dataset._json["versions"][1], "project", nothing) === nothing
79+
@test !haskey(project_dataset._json["versions"][1], "project")
8080
@test project_dataset._json["versions"][1]["uploader"]["username"] == auth.username
8181

8282
# The authentication object we use does not have a project associated with it

0 commit comments

Comments
 (0)