Skip to content

Commit 6c41569

Browse files
committed
chore(test): use submodule in interop tests
1 parent 304f043 commit 6c41569

File tree

4 files changed

+5
-1635
lines changed

4 files changed

+5
-1635
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "test/interop"]
2+
path = test/interop
3+
url = [email protected]:questdb/questdb-client-test.git

sender_interop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func TestClientInterop(t *testing.T) {
119119
}
120120

121121
func readTestCases() (testCases, error) {
122-
file, err := os.Open("./test/ilp-client-interop-test.json")
122+
file, err := os.Open("./test/interop/ilp-client-interop-test.json")
123123
if err != nil {
124124
return nil, err
125125
}

0 commit comments

Comments
 (0)