Skip to content

Commit f67b667

Browse files
committed
update database schema
1 parent 473b069 commit f67b667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beacon_node/beacon_chain/tests/schema_stability.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ async fn schema_stability() {
105105
fn check_db_columns() {
106106
let current_columns: Vec<&'static str> = DBColumn::iter().map(|c| c.as_str()).collect();
107107
let expected_columns = vec![
108-
"bma", "blk", "blb", "bdc", "bdi", "ste", "hsd", "hsn", "bsn", "bsd", "bss", "bs3", "bcs",
109-
"bst", "exp", "bch", "opo", "etc", "frk", "pkc", "brp", "bsx", "bsr", "bbx", "bbr", "bhr",
110-
"brm", "dht", "cus", "otb", "bhs", "olc", "lcu", "scb", "scm", "dmy",
108+
"bma", "blk", "blb", "bdc", "bdi", "bep", "ste", "hsd", "hsn", "bsn", "bsd", "bss", "bs3",
109+
"bcs", "bst", "exp", "bch", "opo", "etc", "frk", "pkc", "brp", "bsx", "bsr", "bbx", "bbr",
110+
"bhr", "brm", "dht", "cus", "otb", "bhs", "olc", "lcu", "scb", "scm", "dmy",
111111
];
112112
assert_eq!(expected_columns, current_columns);
113113
}

0 commit comments

Comments
 (0)