Skip to content

Commit

Permalink
Renaming draft js sample response from google adapter to googleSttToD…
Browse files Browse the repository at this point in the history
…raftJs.sample.js
  • Loading branch information
sshniro committed Jul 19, 2019
1 parent a8892ec commit 3a74e94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stt-adapters/google-stt/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import gcpSttToDraft, {
getBestAlternativeSentence,
trimLeadingAndTailingWhiteSpace
} from './index';
import draftTranscriptSample from './sample/gcpStt.sample.js';
import draftTranscriptSample from './sample/googleSttToDraftJs.sample.js';
import gcpSttTedTalkTranscript from './sample/gcpSttPunctuation.sample.json';

describe('gcpSttToDraft', () => {
Expand Down

0 comments on commit 3a74e94

Please sign in to comment.