Skip to content

Commit 2fe7b5c

Browse files
committed
index
1 parent f5f15f3 commit 2fe7b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/indexerTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from _extensions import *
66

77
def sandbox():
8-
lib.require("stopwords.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week5/indexer/dist/indexer/stopwords.txt")
9-
lib.require("test.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week5/indexer/dist/indexer/texts/birdman.txt")
8+
lib.require("stopwords.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week6/indexer/dist/indexer/stopwords.txt")
9+
lib.require("test.txt", "https://raw.githubusercontent.com/minprog/pyprog/2022/opdrachten/week6/indexer/dist/indexer/texts/birdman.txt")
1010

1111
@t.test(1)
1212
def checks_type(test):

0 commit comments

Comments
 (0)