Skip to content

Commit

Permalink
fix failing test on string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Sto committed May 3, 2021
1 parent 2c90a79 commit 2cab246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acuracy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestGetHashes(t *testing.T) {
}
}

dr, err := ditreader.New("./2016/system", "./2016/ntds.dit")
dr, err := ditreader.New("./ntds_reference/2016/system", "./ntds_reference/2016/ntds.dit")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 2cab246

Please sign in to comment.