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
update test
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 30, 2022
commit 3c3b33efdbeaccd36260204798c63775f33ec918
4 changes: 1 addition & 3 deletions sdk/python/tests/unit/test_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def test_name_not_specified():


def test_multiple_args():
assertpy.assert_that(lambda: Entity("a", "b", value_type=ValueType.STRING)).raises(
ValueError
)
assertpy.assert_that(lambda: Entity("a", ValueType.STRING)).raises(ValueError)


def test_name_keyword(recwarn):
Expand Down