Skip to content

Commit

Permalink
Fixed a typo in a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jormaechea committed Oct 1, 2019
1 parent f72b3a3 commit 0b3e378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Tests typo fix

## [3.0.0] - 2019-09-12
### Changed
Expand Down
2 changes: 1 addition & 1 deletion tests/model-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const assert = require('assert');

const ModelError = require('../lib/model-error');

describe('Api Session Error', () => {
describe('Model Error', () => {

it('Should accept a message error and a code', () => {
const error = new ModelError('Some error', ModelError.codes.DATABASE_CONFIG_NOT_FOUND);
Expand Down

0 comments on commit 0b3e378

Please sign in to comment.