File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 440440 # that gets reported over a 200.
441441 @test JuliaHub. upload_dataset (" example-dataset-200-error-1" , @__FILE__ ) isa JuliaHub. Dataset
442442 MOCK_JULIAHUB_STATE[:internal_error_200 ] = true
443- @test_throws JuliaHub. JuliaHubError JuliaHub. upload_dataset (" example-dataset-200-error" , @__FILE__ )
443+ @test_throws JuliaHub. JuliaHubError JuliaHub. upload_dataset (
444+ " example-dataset-200-error" , @__FILE__
445+ )
444446 MOCK_JULIAHUB_STATE[:internal_error_200 ] = false
445447 end
446448 empty! (MOCK_JULIAHUB_STATE)
Original file line number Diff line number Diff line change 245245 @test JuliaHub. upload_project_dataset (dataset_noproject, @__FILE__ ) isa JuliaHub. Dataset
246246
247247 MOCK_JULIAHUB_STATE[:internal_error_200 ] = true
248- @test_throws JuliaHub. JuliaHubError JuliaHub. upload_project_dataset (dataset_noproject, @__FILE__ )
248+ @test_throws JuliaHub. JuliaHubError JuliaHub. upload_project_dataset (
249+ dataset_noproject, @__FILE__
250+ )
249251 MOCK_JULIAHUB_STATE[:internal_error_200 ] = false
250252 end
251253end
You can’t perform that action at this time.
0 commit comments