Skip to content

Commit

Permalink
refactor: Rename a file to match the type and other documentation ent…
Browse files Browse the repository at this point in the history
…ries (#1)
  • Loading branch information
gliga authored Nov 28, 2023
1 parent 94506d9 commit 59ef529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/examples_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ function test_examples_web_server_ex() {
}
readonly -f test_examples_web_server_ex

function test_examples_channel_ex() {
function test_examples_chan_ex() {
_exet "$FUNCNAME"
}
readonly -f test_examples_channel_ex
readonly -f test_examples_chan_ex

function test_examples_hello_world_ex() {
_exet "$FUNCNAME"
Expand Down

0 comments on commit 59ef529

Please sign in to comment.