Skip to content

Commit

Permalink
fixup! Flatten during report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Apr 29, 2024
1 parent 0fb702b commit 4579913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recordproperty.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# Force flattening as ts doesn't finish fully as it is not the top level testset
overwrite_text = "Property ID in testest Outer overwritten by child testset Inner"
flattened_testsets = @test_logs (:warn, overwrite_text) TestReports.flatten_results!(ts)
@test length(flattened_testsets) == 1
@test length(flattened_testsets) == 2
@test flattened_testsets[2].properties["ID"] == "0"

# Test for parent testset properties not being applied to child due to different type
Expand Down

0 comments on commit 4579913

Please sign in to comment.