Skip to content

Commit

Permalink
Fix typo in BuildKite test data generation CI code (#53168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur authored Feb 3, 2024
1 parent 6f7cfa7 commit 831cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/buildkitetestjson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function add_failure_info!(data::Dict{String, Any}, result::Test.Result)
"Exception (unexpectedly) thrown during test"
elseif result.test_type === :test_nonbool
"Expected the expression to evaluate to a Bool, not a $(typeof(result.data))"
elseif result.test_nonbool === :test_unbroken
elseif result.test_type === :test_unbroken
"Expected this test to be broken, but it passed"
else
"unknown"
Expand Down

0 comments on commit 831cc14

Please sign in to comment.