Skip to content

Commit

Permalink
New data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub-Xaero committed Oct 28, 2017
1 parent 639b5f6 commit 7815272
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func TestRuleGA(t *testing.T) {

InputRuleBase = make([]Rule, 0)

file, err := os.OpenFile("data1.txt", os.O_RDONLY, 7777)
file, err := os.OpenFile("data/data1.txt", os.O_RDONLY, 7777)
scanner := bufio.NewScanner(file)
if err != nil {
t.Error(err)
Expand Down

0 comments on commit 7815272

Please sign in to comment.