mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-10 12:32:23 +02:00
Fix typos and outdated links
This commit is contained in:
parent
d35c59abb0
commit
c0af47471a
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ describe('restoreCache', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('should inform if cache hit is not occured', async () => {
|
||||
it('should inform if cache hit is not occurred', async () => {
|
||||
//Arrange
|
||||
hashFilesSpy.mockImplementation((somePath: string) => {
|
||||
return new Promise<string>(resolve => {
|
||||
|
@ -74,7 +74,7 @@ describe('restoreCache', () => {
|
|||
expect(infoSpy).toHaveBeenCalledWith(`Cache is not found`);
|
||||
});
|
||||
|
||||
it('should set output if cache hit is occured', async () => {
|
||||
it('should set output if cache hit is occurred', async () => {
|
||||
//Arrange
|
||||
hashFilesSpy.mockImplementation((somePath: string) => {
|
||||
return new Promise<string>(resolve => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue