Skip to content

Commit 831cc14

Browse files
authored
Fix typo in BuildKite test data generation CI code (#53168)
1 parent 6f7cfa7 commit 831cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/buildkitetestjson.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function add_failure_info!(data::Dict{String, Any}, result::Test.Result)
112112
"Exception (unexpectedly) thrown during test"
113113
elseif result.test_type === :test_nonbool
114114
"Expected the expression to evaluate to a Bool, not a $(typeof(result.data))"
115-
elseif result.test_nonbool === :test_unbroken
115+
elseif result.test_type === :test_unbroken
116116
"Expected this test to be broken, but it passed"
117117
else
118118
"unknown"

0 commit comments

Comments
 (0)