Skip to content

Commit b502984

Browse files
committed
test
1 parent b2130cc commit b502984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/sharddistributor/store/etcd/etcdtypes/state_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestAssignedState_FromAssignedState(t *testing.T) {
112112
}
113113

114114
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}`
115+
const jsonStr = `{"assigned_shards":{"1":{"status":"AssignmentStatusREADY"}},"last_updated":"2025-11-18T12:00:00.123456789Z","mod_revision":42}`
116116

117117
state := &AssignedState{
118118
AssignedShards: map[string]*types.ShardAssignment{

0 commit comments

Comments
 (0)