Update state.test.ts

This commit is contained in:
Samuel Newman
2026-08-10 17:39:13 +03:00
parent f31c1c6c2a
commit 3c5f0ca916
@@ -108,7 +108,7 @@ describe('reducer NCII qualification', () => {
})
describe('reducer video timestamp', () => {
const labeler = {} as AppBskyLabelerDefs.LabelerViewDetailed
const labeler = {} as app.bsky.labeler.defs.LabelerViewDetailed
const opted: ReportState = {...initialState, includeVideoTimestamp: true}
it('is off by default', () => {