native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add missing onevcatSettings parameter in SettingsFeatureTests

Co-authored-by: onevtail <onevtail@onevcat.com>

onevcat 905ee0b5 dcc5792c

+2 -1
+2 -1
supacodeTests/SettingsFeatureTests.swift
··· 235 235 var state = SettingsFeature.State() 236 236 state.repositorySettings = RepositorySettingsFeature.State( 237 237 rootURL: rootURL, 238 - settings: .default 238 + settings: .default, 239 + onevcatSettings: .default 239 240 ) 240 241 let store = TestStore(initialState: state) { 241 242 SettingsFeature()