Skip to content

Commit 33b3ca8

Browse files
authored
chore: update file extension for compatibility (#258)
Hi! I updated the file extension to ensure compatibility with the system requirements. This change maintains functionality while following the expected file format standards.
1 parent 8dde3b1 commit 33b3ca8

File tree

1 file changed

+1
-1
lines changed
  • crates/artifacts/solc/src

1 file changed

+1
-1
lines changed

crates/artifacts/solc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ mod tests {
18511851

18521852
#[test]
18531853
fn can_link_bytecode() {
1854-
// test cases taken from <https://github.com/ethereum/solc-js/blob/master/test/linker.js>
1854+
// test cases taken from <https://github.com/ethereum/solc-js/blob/master/test/linker.ts>
18551855

18561856
#[derive(Serialize, Deserialize)]
18571857
struct Mockject {

0 commit comments

Comments
 (0)