Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: ddl-rliu <richard.liu@dominodatalab.com>
  • Loading branch information
ddl-rliu committed Sep 12, 2024
1 parent 6f3489d commit 1a6348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/extend/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def test_resource_type():

o2 = Resource.from_flyte_idl(v)
assert o2.phase == o.phase
assert o2.log_links == o.log_links
assert list(o2.log_links) == list(o.log_links)
assert o2.message == o.message
# round-tripping creates a literal map out of outputs
assert o2.outputs.literals["o0"].scalar.primitive.integer == 1
Expand Down

0 comments on commit 1a6348c

Please sign in to comment.