Skip to content

Commit 4311c43

Browse files
committed
test: fix testing module
1 parent e2715bf commit 4311c43

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
path = advent-of-code-2024/src/test/resources/inputs
33
url = https://github.com/Flashky/advent-of-code-2024-data.git
44
branch = master
5+
[submodule "src/test/resources/inputs"]
6+
path = src/test/resources/inputs
7+
url = https://github.com/Flashky/advent-of-code-2024-data.git
8+
branch = master

src/test/resources/inputs

Submodule inputs added at e63b9f9

0 commit comments

Comments
 (0)