Summary: This test was actually testing: "at least one Field not initialized error is found" where we actualy want to test "exactly one Field not initialized error is found". The case of @Inject was also missing from the tests.master
parent
2468139fb7
commit
9e5cee2444
@ -0,0 +1,7 @@
|
||||
prebuilt_jar(
|
||||
name = 'jsr-330',
|
||||
binary_jar = 'javax.inject.jar',
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
Binary file not shown.
Loading…
Reference in new issue