Skip to content

Commit

Permalink
fix: Fix sending of custom events (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 7, 2023
1 parent e8ac24e commit 1e1566b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapters/redis.test.js
Expand Up @@ -2,7 +2,7 @@ const assert = require('assert');
const bson = require('bson');
const _app = require('./app');

describe.only('feathers-sync Redis tests', () => {
describe('feathers-sync Redis tests', () => {
const createApp = _app({
uri: 'redis://localhost:6379'
});
Expand Down

0 comments on commit 1e1566b

Please sign in to comment.