Skip to content

Commit fe4097c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/tests/schema_stability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ 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",
108+
"bma", "blk", "blb", "bdc", "bdi", "bep", "ste", "hsd", "hsn", "bsn", "bsd", "bss", "bs3", "bcs",
109109
"bst", "exp", "bch", "opo", "etc", "frk", "pkc", "brp", "bsx", "bsr", "bbx", "bbr", "bhr",
110110
"brm", "dht", "cus", "otb", "bhs", "olc", "lcu", "scb", "scm", "dmy",
111111
];

0 commit comments

Comments
 (0)