File tree 3 files changed +4
-4
lines changed
java-snapshot-testing-spock/src/test/groovy/au/com/origin/snapshots/docs
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ class SpockExample extends Specification {
340
340
true
341
341
}
342
342
343
- @SnapshotName("should_use_extension_as_mehod_argument ")
343
+ @SnapshotName("should_use_extension_as_method_argument ")
344
344
// Option 2: inject Expect into the method signature
345
345
def "Should use extension as method argument"(Expect expect) {
346
346
when:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class SpockExample extends Specification {
22
22
true
23
23
}
24
24
25
- @SnapshotName (" should_use_extension_as_mehod_argument " )
25
+ @SnapshotName (" should_use_extension_as_method_argument " )
26
26
// Option 2: inject Expect into the method signature
27
27
def " Should use extension as method argument" (Expect expect) {
28
28
when :
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Hello World
3
3
]
4
4
5
5
6
- should_use_extension_as_mehod_argument = [
6
+ should_use_extension_as_method_argument = [
7
7
Hello World
8
- ]
8
+ ]
You can’t perform that action at this time.
0 commit comments