Skip to content

Commit 3c3b33e

Browse files
committed
update test
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 87fb759 commit 3c3b33e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/python/tests/unit/test_entity.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ def test_name_not_specified():
5757

5858

5959
def test_multiple_args():
60-
assertpy.assert_that(lambda: Entity("a", "b", value_type=ValueType.STRING)).raises(
61-
ValueError
62-
)
60+
assertpy.assert_that(lambda: Entity("a", ValueType.STRING)).raises(ValueError)
6361

6462

6563
def test_name_keyword(recwarn):

0 commit comments

Comments
 (0)