Skip to content

Commit

Permalink
style: update test with right description
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 14, 2024
1 parent af2ca0a commit e778ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bugs/issue_1518.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';

import { Container } from '../../src/inversify';

describe('Issue 1515', () => {
describe('Issue 1518', () => {
it('should not throw on deactivating undefined singleton values', () => {
const container: Container = new Container();
const symbol: symbol = Symbol.for('foo');
Expand Down

0 comments on commit e778ed4

Please sign in to comment.