Skip to content

Commit c98d6aa

Browse files
committed
tests: rename cql_types.rs -> serialization.rs
1 parent ee98512 commit c98d6aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scylla/tests/integration/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
mod batch;
22
mod consistency;
33
mod cql_collections;
4-
mod cql_types;
54
mod cql_value;
65
mod default_policy;
76
mod execution_profiles;
@@ -13,6 +12,7 @@ mod new_session;
1312
mod query_result;
1413
mod retries;
1514
mod self_identity;
15+
mod serialization;
1616
mod session;
1717
mod shards;
1818
mod silent_prepare_batch;

0 commit comments

Comments
 (0)