Commit b9493ba0 authored by Mark Florian's avatar Mark Florian

Fix test description to match expected value

parent 0c41e9c2
...@@ -50,7 +50,7 @@ describe('secret detection module mutations', () => { ...@@ -50,7 +50,7 @@ describe('secret detection module mutations', () => {
expect(state.isLoading).toBe(false); expect(state.isLoading).toBe(false);
}); });
it('should set the `baseReportOutofDate` status to `false`', () => { it('should set the `baseReportOutofDate` status to `true`', () => {
expect(state.baseReportOutofDate).toBe(true); expect(state.baseReportOutofDate).toBe(true);
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment