Skip to content

Commit ebdf03d

Browse files
authored
fix: fix junit module name in AGENTS.md (#3232)
1 parent eb8f033 commit ebdf03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Java Operator SDK is a production-ready framework for building Kubernetes Operat
2525
java-operator-sdk/
2626
├── operator-framework-core/ # Core reconciliation engine and API
2727
├── operator-framework/ # Main operator framework implementation
28-
├── operator-framework-junit5/ # Testing utilities and extensions
28+
├── operator-framework-junit/ # Testing utilities and extensions
2929
├── operator-framework-bom/ # Bill of Materials for dependency management
3030
├── micrometer-support/ # Metrics integration
3131
├── open-telemetry-support/ # Distributed tracing support
@@ -121,7 +121,7 @@ java-operator-sdk/
121121

122122
### Integration Tests
123123

124-
- Use `LocallyRunOperatorExtension` or `OperatorExtension` from `operator-framework-junit5`
124+
- Use `LocallyRunOperatorExtension` or `OperatorExtension` from `operator-framework-junit`
125125
- Test against real Kubernetes API (typically via test cluster like minikube or kind)
126126
- Suffix with `IT` (e.g., `MyReconcilerIT`)
127127
- Located in `src/test/java`

0 commit comments

Comments
 (0)