Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthpun committed May 28, 2024
1 parent d8bfaad commit a11c7ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ func newValueTestCases() map[string]valueTestCase {
Domain: common.PathDomainPublic,
Identifier: "foo",
},
IntType,
StringType,
),
expectedType: NewCapabilityType(IntType),
string: "Capability<Int>(address: 0x0000000102030405, path: /public/foo)",
expectedType: NewCapabilityType(StringType),
string: "Capability<String>(address: 0x0000000102030405, path: /public/foo)",
},
"Capability (Path, no borrow type)": {
value: NewDeprecatedPathCapability(
Expand Down

0 comments on commit a11c7ca

Please sign in to comment.