Skip to content

Commit 888736f

Browse files
committed
Fix maven tests
Signed-off-by: Taylor Smock <tsmock@meta.com>
1 parent aeb65f8 commit 888736f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<testSourceDirectory>test/unit</testSourceDirectory>
110110
<testResources>
111111
<testResource>
112-
<directory>test/resources</directory>
112+
<directory>test/data</directory>
113113
</testResource>
114114
</testResources>
115115
<plugins>

0 commit comments

Comments
 (0)