fix: CI failures - update test assertion, fix no_predictor match, rustfmt
- test_default_predict_raises: predict() now bridges to run(), so the
NotImplementedError message says 'run' not 'predict'
- no_predictor.txtar: match actual error output ('predict' from SDK internals)
- predictor.rs: apply cargo fmt