diff --git a/app/src/test/kotlin/util/InputDownloader.kt b/app/src/test/kotlin/util/InputDownloader.kt index e2cc386..09fd72d 100644 --- a/app/src/test/kotlin/util/InputDownloader.kt +++ b/app/src/test/kotlin/util/InputDownloader.kt @@ -35,7 +35,7 @@ class InputDownloader { if (res.statusCode() == 403) { throw ConnectException("Failed to download input for day $day. Is your session token correct?") } - if (res.statusCode() != ) { + if (res.statusCode() != 200) { throw ConnectException("Failed to download input for day $day. Is the day open yet?") }