Skip to content

Commit

Permalink
refac(tests): Atualiza mensagens de contexto dos testes de client
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrrs committed Jun 10, 2020
1 parent e805a5f commit a520649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/client/firebase-client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const apiConfig = require('../../../src/config/api-config')
const firebaseConfig = require('../../../src/config/firebase-config')
const firebaseClient = require('../../../src/client/firebase-client')

describe('[Unit] clients/firebase-client', () => {
describe('[Unit] client/firebase-client', () => {
describe('._createConnection', () => {
let connection
const stubFirestoreSettings = sinon.stub()
Expand Down
2 changes: 1 addition & 1 deletion test/unit/client/logger-client.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const loggerConfig = require('../../../src/config/logger-config')
const logger = require('../../../src/client/logger-client')

describe('[Unit] clients/logger-client', () => {
describe('[Unit] client/logger-client', () => {
describe('.getInstance', () => {
it('should instantiate a Pino instance', () => {
expect(logger.constructor.name).to.be.eql('Pino')
Expand Down

0 comments on commit a520649

Please sign in to comment.