Skip to content

Commit

Permalink
ci failures
Browse files Browse the repository at this point in the history
  • Loading branch information
THardy98 committed Feb 26, 2025
1 parent 897b69e commit 2fb4d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/common/src/search-attributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export const SearchAttributeType = {
export type SearchAttributeType = (typeof SearchAttributeType)[keyof typeof SearchAttributeType];

// Note: encodeSearchAttributeIndexedValueType exported for use in tests to register search attributes
export const [encodeSearchAttributeIndexedValueType, _decodeSearchAttributeIndexedValueType] = makeProtoEnumConverters<
// ts-prune-ignore-next
export const [encodeSearchAttributeIndexedValueType, _] = makeProtoEnumConverters<
temporal.api.enums.v1.IndexedValueType,
typeof temporal.api.enums.v1.IndexedValueType,
keyof typeof temporal.api.enums.v1.IndexedValueType,
Expand Down
1 change: 0 additions & 1 deletion packages/test/src/test-integration-split-one.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ test('Workflow can upsert Search Attributes', configMacro, async (t, config) =>
const res = await worker.runUntil(handle.result());
t.deepEqual(res, {
CustomBoolField: [true],
CustomIntField: [], // clear
CustomKeywordField: ['durable code'],
CustomTextField: ['is useful'],
CustomDatetimeField: [date.toISOString()],
Expand Down

0 comments on commit 2fb4d77

Please sign in to comment.