fix
Some checks failed
Web App CI / test (push) Has been cancelled
Deploy Mnemo Cards / Deploy Backend (push) Has been cancelled
Web App CI / build (push) Has been cancelled
Deploy Mnemo Cards / Deploy Web App (push) Has been cancelled
Deploy Mnemo Cards / Final Verification (push) Has been cancelled

This commit is contained in:
Dmitry 2026-01-10 22:21:39 +03:00
parent a527dccd71
commit 87505dd01d

View file

@ -17,7 +17,7 @@ part 'tests_state_manager.freezed.dart';
/// State for tests /// State for tests
@freezed @freezed
class TestsState with _$TestsState { abstract class TestsState with _$TestsState {
const factory TestsState.loading() = _Loading; const factory TestsState.loading() = _Loading;
const factory TestsState.loaded({ const factory TestsState.loaded({
required List<TestDto> tests, required List<TestDto> tests,