Skip to content

Commit

Permalink
Change test name to trigger github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter committed Nov 20, 2024
1 parent 738710d commit 92ee697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/reducers/tags.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { expect } = chai;
chai.use(chaiImmutable);
chai.should();

describe('service tags reducer', () => {
describe('tags reducer', () => {
it('should have an empty immutable initial state', () => {
reducer(undefined, {}).should.deep.equal(Immutable.Map({}));
});
Expand Down

0 comments on commit 92ee697

Please sign in to comment.