fix: typo (#45)
This commit is contained in:
@@ -19,7 +19,7 @@ import { filterKeys } from './common';
|
||||
|
||||
describe('unify-parser', () => {
|
||||
describe('thrift service', () => {
|
||||
it('should convert service extenstions', () => {
|
||||
it('should convert service extensions', () => {
|
||||
const fileContent = `
|
||||
service Foo {
|
||||
} (api.uri_prefix = 'https://example.com')
|
||||
@@ -41,7 +41,7 @@ describe('unify-parser', () => {
|
||||
});
|
||||
|
||||
describe('proto service', () => {
|
||||
it('should convert service extenstions', () => {
|
||||
it('should convert service extensions', () => {
|
||||
const fileContent = `
|
||||
syntax = "proto3";
|
||||
service Foo {
|
||||
|
||||
Reference in New Issue
Block a user