Skip to content

Commit 689abb2

Browse files
Update label key in Label.test.ts to with_label
1 parent d690219 commit 689abb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/Label.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ describe('Label', () => {
66
Label.label("test");
77

88
expect(Label.send).toHaveBeenCalledWith("label", {
9-
"label": {
9+
"with_label": {
1010
"label": "test"
1111
}
1212
});
1313
})
14-
});
14+
});

0 commit comments

Comments
 (0)