Skip to content

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 15, 2024
1 parent fcfcc52 commit 96a99e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/workflow/workflow_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require_relative '../data'

RSpec.describe Mindee::Client do
describe '#execute_workflow' do
describe 'execute_workflow' do
it 'should deserialize response correctly when sending a document to an execution' do
json_file_path = "#{DATA_DIR}/workflows/success.json"
mock_response = JSON.parse(File.read(json_file_path))
Expand Down

0 comments on commit 96a99e0

Please sign in to comment.