Skip to content

Commit b1d0349

Browse files
committed
uncomment tests
1 parent ce038a9 commit b1d0349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/protocol-handshaker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import BoltProtocolV4x3 from '../../src/internal/bolt-protocol-v4x3'
2424

2525
import { alloc } from '../../src/internal/node'
2626

27-
xdescribe('#unit ProtocolHandshaker', () => {
27+
describe('#unit ProtocolHandshaker', () => {
2828
it('should write handshake request', () => {
2929
const writtenBuffers = []
3030
const fakeChannel = {

0 commit comments

Comments
 (0)