We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2130cc commit b502984Copy full SHA for b502984
service/sharddistributor/store/etcd/etcdtypes/state_test.go
@@ -112,7 +112,7 @@ func TestAssignedState_FromAssignedState(t *testing.T) {
112
}
113
114
func TestAssignedState_JSONMarshalling(t *testing.T) {
115
- const jsonStr = `{"assigned_shards":{"1":{"status":"READY"}},"last_updated":"2025-11-18T12:00:00.123456789Z","mod_revision":42}`
+ const jsonStr = `{"assigned_shards":{"1":{"status":"AssignmentStatusREADY"}},"last_updated":"2025-11-18T12:00:00.123456789Z","mod_revision":42}`
116
117
state := &AssignedState{
118
AssignedShards: map[string]*types.ShardAssignment{
0 commit comments