Skip to content

Commit

Permalink
fix(refactor): update symbolic registry paths and relocate symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo committed Nov 23, 2024
1 parent 38154d6 commit f985907
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/weaver_codegen_test/symbolic_test/semconv_registry

This file was deleted.

1 change: 1 addition & 0 deletions data/symbolic_test/semconv_registry
2 changes: 1 addition & 1 deletion src/registry/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ mod tests {
params: None,
registry: RegistryArgs {
registry: RegistryPath::LocalFolder {
path: "crates/weaver_codegen_test/symbolic_test/".to_owned(),
path: "data/symbolic_test/".to_owned(),
},
registry_git_sub_dir: None,
},
Expand Down

0 comments on commit f985907

Please sign in to comment.