Skip to content

Commit

Permalink
inconsequential change to trigger new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon committed Jul 26, 2024
1 parent 15ce770 commit a9a8bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'README.md'
jobs:
# ensure the code builds...
build:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func TestUnitUploadIvrDnisChunksError(t *testing.T) {
mockGetError = fmt.Errorf("error on proxy.GetArchitectIvr")
mockPostError = fmt.Errorf("error on proxy.PostArchitectIvr")
mockPutError = fmt.Errorf("error on proxy.PutArchitectIvr")
dnis = []string{"123", "abc", "iii", "zzz"}
maxDnisPerRequest = 2
dnis = []string{"123", "abc", "iii", "zzz"}
)

ivr := platformclientv2.Ivr{
Expand Down

0 comments on commit a9a8bc5

Please sign in to comment.