Skip to content

Commit 1e1566b

Browse files
authored
fix: Fix sending of custom events (#189)
1 parent e8ac24e commit 1e1566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adapters/redis.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const assert = require('assert');
22
const bson = require('bson');
33
const _app = require('./app');
44

5-
describe.only('feathers-sync Redis tests', () => {
5+
describe('feathers-sync Redis tests', () => {
66
const createApp = _app({
77
uri: 'redis://localhost:6379'
88
});

0 commit comments

Comments
 (0)