Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemGet committed Jan 5, 2025
1 parent f44b42a commit 7fd21fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void usesCache(@Mktmp final Path temp) throws Exception {
"{⟦std ↦ Φ.org.eolang.io.stdout, y ↦ Φ.org.eolang.x⟧}",
phi
);
final String cache = "some valid phi cache";
final String cache = "some valid XMIR from cache";
new FpDefault(
src -> cache,
temp.resolve("cache").resolve(UnphiMojo.CACHE),
Expand Down Expand Up @@ -93,7 +93,7 @@ void invalidatesCache(@Mktmp final Path temp) throws Exception {
phi
);
new FpDefault(
src -> "some valid phi cache",
src -> "some valid XMIR from cache",
temp.resolve("cache").resolve(UnphiMojo.CACHE),
"version-1.0",
"123ZaRiFcHiK321",
Expand Down

0 comments on commit 7fd21fa

Please sign in to comment.