Skip to content

Commit 150ad69

Browse files
committed
[bfops/wasm-test]: fix
1 parent 45686c3 commit 150ad69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/rust/tests/test-client/src/test_handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ async fn test_parameterized_subscription(db_name: &str) {
26382638

26392639
/// In this test we have two clients subscribe to the `users` table.
26402640
/// Access to this table is controlled using the following RLS rule:
2641-
/// ```rust
2641+
/// ```rust,ignore
26422642
/// #[spacetimedb::client_visibility_filter]
26432643
/// const USERS_FILTER: spacetimedb::Filter = spacetimedb::Filter::Sql(
26442644
/// "SELECT * FROM users WHERE identity = :sender"

0 commit comments

Comments
 (0)