Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[automated] Apply ESLint and Prettier fixes
  • Loading branch information
actions-user committed Dec 21, 2025
commit 42b336322cbb762def6493a648cb86b1c488de1d
2 changes: 1 addition & 1 deletion tests-ui/tests/composables/node/useNodePricing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ describe('useNodePricing', () => {
it('should return $0.03 x images/Run', () => {
const { getNodeDisplayPrice } = useNodePricing()
const node = createMockNode('ByteDanceSeedreamNode', [
{ name: 'model', value: 'seedream-4-0-250828' },
{ name: 'model', value: 'seedream-4-0-250828' }
])

const price = getNodeDisplayPrice(node)
Expand Down