Skip to content

Commit

Permalink
add prague as well
Browse files Browse the repository at this point in the history
we must be using the version with both values for some reason, so
instead let's use the osaka value (afaik it should be the same?)
  • Loading branch information
Rjected committed Nov 1, 2024
1 parent d8eff25 commit d9f03b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bins/revme/src/cmd/eofvalidation/test_suite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pub struct TestVector {
pub struct OsakaTestResult {
#[serde(rename = "Osaka")]
pub osaka: TestResult,
#[serde(rename = "Prague")]
pub prague: TestResult,
}

#[derive(Debug, PartialEq, Eq, Deserialize)]
Expand Down

0 comments on commit d9f03b9

Please sign in to comment.