Skip to content

Commit 2a5af5b

Browse files
committed
test(end-to-end): use pythagoras as default era value
1 parent c101361 commit 2a5af5b

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pub struct Args {
7676
mithril_run_interval: u32,
7777

7878
/// Mithril era to run
79-
#[clap(long, default_value = "thales")]
79+
#[clap(long, default_value = "pythagoras")]
8080
mithril_era: String,
8181

8282
/// Mithril next era to run

0 commit comments

Comments
 (0)