File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/test/java/org/axonframework/springboot/aot Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2010-2023 . Axon Framework
2
+ * Copyright (c) 2010-2024 . Axon Framework
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -56,12 +56,6 @@ void serializableClassesHaveReflectionOnConstructor() {
56
56
testForConstructor (OptionalResponseType .class );
57
57
}
58
58
59
- @ Test
60
- void grpcFieldIsAccessible () {
61
- assertTrue (RuntimeHintsPredicates .reflection ().onField (EpollChannelOption .class , "TCP_USER_TIMEOUT" )
62
- .test (this .hints ));
63
- }
64
-
65
59
@ Test
66
60
void resourcePatternsArePresent () {
67
61
assertTrue (RuntimeHintsPredicates .resource ().forResource ("axonserver_download.txt" ).test (this .hints ));
You can’t perform that action at this time.
0 commit comments