Skip to content

Commit 80540b5

Browse files
committed
refactor: change test name
1 parent 161a0f3 commit 80540b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/interpreter/interpreter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4266,7 +4266,7 @@ func TestThroughNestedRightSide(t *testing.T) {
42664266
test(t, tc)
42674267
}
42684268

4269-
func TestWithinInorder(t *testing.T) {
4269+
func TestThroughWithinInorder(t *testing.T) {
42704270
script := `
42714271
send [COIN 10] (
42724272
source = {

0 commit comments

Comments
 (0)