Skip to content

Commit aa1273a

Browse files
committed
Add error: True to code cell having AssertionError
1 parent 272f9d1 commit aa1273a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pointblank/validate.py

+2
Original file line numberDiff line numberDiff line change
@@ -5068,6 +5068,8 @@ def assert_passing(self) -> None:
50685068
method is used to assert that all validation steps passed perfectly.
50695069
50705070
```{python}
5071+
#| error: True
5072+
50715073
import pointblank as pb
50725074
import polars as pl
50735075

0 commit comments

Comments
 (0)