Skip to content

Commit

Permalink
Merge 32b9a35 into e60d081
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Oct 4, 2020
2 parents e60d081 + 32b9a35 commit ff04836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_tester/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ struct TestSuite {
struct SuiteResult {
#[serde(rename = "n")]
name: Box<str>,
#[serde(rename = "t")]
#[serde(rename = "c")]
total: usize,
#[serde(rename = "p")]
passed: usize,
Expand Down

0 comments on commit ff04836

Please sign in to comment.