Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jun 17, 2024
1 parent c2221e2 commit 22f9b40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/OdfRequest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ contract OdfOracleTest is Test {
// ]
assertEq(
req.intoBytes(),
hex"9f016264736e6d795f74656d705f73656e736f725822ed014895afeb476d5d94c1af0668f30ab661c8561760bba6744e43225ba52e0995956373716c784973656c656374206576656e745f74696d652c2076616c75652066726f6d206d795f74656d705f73656e736f72206f72646572206279206f66667365742064657363206c696d69742031ff"
hex"9f016264736e6d795f74656d705f73656e736f725822ed014895afeb476d5d94c1af0668"
hex"f30ab661c8561760bba6744e43225ba52e0995956373716c784973656c65637420657665"
hex"6e745f74696d652c2076616c75652066726f6d206d795f74656d705f73656e736f72206f"
hex"72646572206279206f66667365742064657363206c696d69742031ff"
);
}
}

0 comments on commit 22f9b40

Please sign in to comment.