Reword verbage to "pantry" (#64)

* Reword verbage to "pantry"

* Fix verbage
This commit is contained in:
Daniel Chao
2024-02-07 19:40:43 -08:00
committed by GitHub
parent 5a311d3b86
commit 52bc9612ea
6 changed files with 7 additions and 7 deletions

View File

@@ -367,8 +367,8 @@ class EmbeddedExecutorTest {
.contains("Evaluation timed out after 1 second(s).")
}
// As of 0.16, only Pkl Hub modules are cached.
// Because this test doesn't import a Pkl Hub module, it doesn't really test
// Only packages are cached.
// Because this test doesn't import a package, it doesn't really test
// that the `moduleCacheDir` option takes effect.
@Test
fun `evaluate a module with enabled module cache`(@TempDir tempDir: Path) {