Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglamms committed Feb 22, 2024
1 parent 8328bb1 commit f3592b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manual_inject_test.v
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module vest

struct SomeObject {
serv &SimpleService @[inject]
serv &SimpleService = &SimpleService(&Void{}) @[inject]
}

fn test_injecting_to_external_object() {
Expand Down

0 comments on commit f3592b8

Please sign in to comment.