Skip to content

Commit

Permalink
test: 🧪 test error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 13, 2024
1 parent 0aac0d7 commit 66c0681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/config/src/lib/database.config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('databaseConfig', () => {

const config = databaseConfig();
expect(config.host).toBe('localhost');
expect(config.port).toBe('3306');
expect(config.port).toBe(3306);
});

it('should return the default port if DATABASE_PORT is not set', () => {
Expand Down

0 comments on commit 66c0681

Please sign in to comment.