Skip to content

Commit

Permalink
chore(): resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 27, 2021
2 parents 1320f4e + 1e0852f commit 036a9fb
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 11,586 deletions.
2 changes: 1 addition & 1 deletion integration/microservices/e2e/orders-grpc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Test } from '@nestjs/testing';
import { fail } from 'assert';
import { expect } from 'chai';
import * as express from 'express';
import * as GRPC from 'grpc';
import * as GRPC from '@grpc/grpc-js';
import { join } from 'path';
import * as request from 'supertest';
import { AdvancedGrpcController } from '../src/grpc-advanced/advanced.grpc.controller';
Expand Down
2 changes: 1 addition & 1 deletion integration/microservices/e2e/sum-grpc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Transport } from '@nestjs/microservices';
import { Test } from '@nestjs/testing';
import { fail } from 'assert';
import { expect } from 'chai';
import * as GRPC from 'grpc';
import * as GRPC from '@grpc/grpc-js';
import { join } from 'path';
import * as request from 'supertest';
import { GrpcController } from '../src/grpc/grpc.controller';
Expand Down
Loading

0 comments on commit 036a9fb

Please sign in to comment.