Skip to content

Commit c1159ea

Browse files
committed
Fix tests
1 parent b381739 commit c1159ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/__tests__/index.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ test('setSuperSourceProperties - 7.2', async () => {
4242
expect(conn.sendCommand).toHaveBeenCalledTimes(1)
4343
expect(conn.sendCommand).toHaveBeenNthCalledWith(1, {
4444
flag: 12,
45+
runOrderGroup: 0,
4546
_properties: {
4647
artOption: 0,
4748
artPreMultiplied: true,
@@ -68,6 +69,7 @@ test('setSuperSourceProperties - 8.0', async () => {
6869
expect(conn.sendCommand).toHaveBeenNthCalledWith(1, {
6970
ssrcId: 2,
7071
flag: 12,
72+
runOrderGroup: 0,
7173
_properties: {
7274
artOption: 0,
7375
artPreMultiplied: true,
@@ -93,6 +95,7 @@ test('setSuperSourceBorder - 7.2', async () => {
9395
expect(conn.sendCommand).toHaveBeenCalledTimes(1)
9496
expect(conn.sendCommand).toHaveBeenNthCalledWith(1, {
9597
flag: 139264,
98+
runOrderGroup: 0,
9699
_properties: {
97100
borderBevelSoftness: 12,
98101
borderLuma: 3,
@@ -119,6 +122,7 @@ test('setSuperSourceBorder - 8.0', async () => {
119122
expect(conn.sendCommand).toHaveBeenNthCalledWith(1, {
120123
ssrcId: 2,
121124
flag: 1088,
125+
runOrderGroup: 0,
122126
_properties: {
123127
borderBevelSoftness: 12,
124128
borderLuma: 3,

0 commit comments

Comments
 (0)