Skip to content

Commit 6931ee2

Browse files
committed
fix build-config test
1 parent 5f02191 commit 6931ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyo3-build-config/src/impl_.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2985,7 +2985,7 @@ mod tests {
29852985
assert!(builder
29862986
.unwrap_err()
29872987
.to_string()
2988-
.contains("ABI already chosen!"));
2988+
.contains("ABI kind already set to"));
29892989

29902990
let builder = PythonAbiBuilder::new(PythonImplementation::CPython, PythonVersion::PY39)
29912991
.free_threaded();

0 commit comments

Comments
 (0)