Commit ed1c59a
[Fix] 340-tauri-live-transcription-rust-ts — update test to match deepgram crate 0.9.2 (#179)
## Summary
- The `test_cargo_toml_pins_deepgram` test asserted that `Cargo.toml`
pins `deepgram` at version `0.9.1`, but the actual `Cargo.toml`
correctly pins `deepgram = "=0.9.2"`
- Updated the test assertion from `0.9.1` to `0.9.2` to match the actual
pinned version
## Test plan
- [x] Ran `test_example.py` locally — all 6 tests pass
- [ ] CI should pass with the updated assertion
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: examples-bot <noreply@deepgram.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3fcd07a commit ed1c59a
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments