Skip to content

Commit 2a9650d

Browse files
author
Bennett Hardwick
authored
Update tests/tenant_tests.rs
1 parent 70418ea commit 2a9650d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tenant_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mod common;
99
#[cryptonamo(sort_key_prefix = "user-something")]
1010
pub struct User {
1111
#[partition_key]
12-
#[cryptonamo(query = "exact")]
1312
pub tenant_id: String,
1413

1514
#[sort_key]

0 commit comments

Comments
 (0)