Skip to content

Commit 29caae6

Browse files
committed
[#V1] Fix for tryouts teardown, not clearing instances
1 parent 7a418f9 commit 29caae6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

try/30_familia_object_try.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
Customer.customers.clear
7272
#=> 1
7373

74-
7574
## Familia class replace 1 of 4
7675
Customer.message.value = "msg1"
7776
#=> "msg1"
@@ -87,3 +86,7 @@
8786
## Familia class replace 4 of 4
8887
Customer.message.value
8988
#=> "msg2"
89+
90+
91+
# Teardown
92+
Customer.values.clear

0 commit comments

Comments
 (0)