Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 98f1ef2

Browse files
committed
update batch test code
1 parent 50ab72b commit 98f1ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/markdown-pages/docs/running-simbank-tests/batch-accounts-open-test.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ The `HashMap` will eventually deposit its contents in the designated substitutio
7575
Loading the JCL with the parameters:
7676
```java
7777
// Load the JCL with the given substitution parameters
78-
IBundleResources resources = artifacts.getBundleResources(this.getClass());
7978
InputStream inputStream = resources.retrieveSkeletonFile("/resources/skeletons/SIMBANK.jcl", parameters);
8079
String jcl = resources.streamAsString(inputStream);
8180
```

0 commit comments

Comments
 (0)