Skip to content

Commit

Permalink
test: fix fuzz path
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 24, 2024
1 parent 9059712 commit 8cb98c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtproto/handle_message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestConnHandleMessageCorpus(t *testing.T) {
gotSession: tdsync.NewReady(),
}

corpusDir := filepath.Join("..", "..", "_fuzz", "handle_message", "corpus")
corpusDir := filepath.Join("..", "_fuzz", "handle_message", "corpus")
corpus, err := os.ReadDir(corpusDir)
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 8cb98c1

Please sign in to comment.