Fix ai-generated.txt path for Nim tests

pull/6/head
Jacob Torrey 2023-10-27 11:56:32 -06:00 zatwierdzone przez GitHub
rodzic d8a36f952a
commit 4be0a7e9bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ proc awaitScore(s : string) : (string, float64) =
suite "Verify the prelude file (i.e., training data) is correctly classified as an AI-generated file":
setup:
let (d, _) = awaitScore(readFile "../ai-generated.txt")
let (d, _) = awaitScore(readFile "../zippy/ai-generated.txt")
test "Detect prelude":
check(d == "AI")
check(d == "AI")