Skip to content

Commit aff73cc

Browse files
committed
[Rust] Update misc unit tests
1 parent bf4fc51 commit aff73cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/tests/function.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ fn store_and_query_function_metadata() {
1515

1616
// Store key/value pairs to user and auto metadata
1717
func.store_metadata("one", "one", MetadataStoreFlags::PERSISTENT);
18-
func.store_metadata("two", 2u64, MetadataStoreFlags::NONE);
19-
func.store_metadata("three", "three", MetadataStoreFlags::NONE);
18+
func.store_metadata("two", 2u64, MetadataStoreFlags::EPHEMERAL);
19+
func.store_metadata("three", "three", MetadataStoreFlags::EPHEMERAL);
2020
func.remove_metadata("three");
2121

2222
// Assert that we can query from both user and auto metadata

0 commit comments

Comments
 (0)