Skip to content

Commit

Permalink
Remove rogue put
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Feb 27, 2024
1 parent 59e5daf commit 2545ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_assemblyai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def test_polling
transcript_task = client.transcripts.transcribe(audio_url: "https://storage.googleapis.com/aai-web-samples/espn-bears.m4a")
assert transcript_task.is_a? Async::Task
transcript = transcript_task.wait
puts transcript.status
assert transcript.status == AssemblyAI::Transcripts::TranscriptStatus::COMPLETED
end
end
Expand Down

0 comments on commit 2545ee4

Please sign in to comment.