Skip to content

Commit

Permalink
more fixed up test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Apr 14, 2020
1 parent 78c012f commit c53214e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"url": "https://github.com/aws/jsii.git"
},
"schema": "jsii/0.10.0",
"submodules": {
"@scope/jsii-calc-lib.submodule": {}
},
"targets": {
"dotnet": {
"namespace": "Amazon.JSII.Tests.CalculatorNamespace.LibNamespace",
Expand Down Expand Up @@ -649,5 +652,5 @@
}
},
"version": "0.0.0",
"fingerprint": "1/Qp+mJgrl72GzdhwIYooggqSHFpnm5EE93szTgIam0="
"fingerprint": "EqldReVswlOarSBwfdEDSoiQOpkIgZR1zWYDHWTRIBk="
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
}
},
"@scope/jsii-calc-lib": {
"submodules": {
"@scope/jsii-calc-lib.submodule": {}
},
"targets": {
"dotnet": {
"namespace": "Amazon.JSII.Tests.CalculatorNamespace.LibNamespace",
Expand Down Expand Up @@ -137,6 +140,17 @@
"url": "https://github.com/aws/jsii.git"
},
"schema": "jsii/0.10.0",
"submodules": {
"jsii-calc.DerivedClassHasNoProperties": {},
"jsii-calc.InterfaceInNamespaceIncludesClasses": {},
"jsii-calc.InterfaceInNamespaceOnlyInterface": {},
"jsii-calc.composition": {},
"jsii-calc.submodule": {},
"jsii-calc.submodule.back_references": {},
"jsii-calc.submodule.child": {},
"jsii-calc.submodule.deeplyNested": {},
"jsii-calc.submodule.nested_submodule": {}
},
"targets": {
"dotnet": {
"iconUrl": "https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png",
Expand Down Expand Up @@ -12515,5 +12529,5 @@
}
},
"version": "0.0.0",
"fingerprint": "2R5pT6chRCWDkKicmlFd4DG4O465q6Zhaa5XUDJWiLI="
"fingerprint": "iNJa3eF8Ghbe8b82ceEiS4X0KxQIMQeVjf3ds4YoGwQ="
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
import scope.jsii_calc_base
import scope.jsii_calc_base_of_base
import scope.jsii_calc_lib
import scope.jsii_calc_lib.submodule
import typing
from .composition import (CompositeOperation as _CompositeOperation_1c4d123b)

Expand Down

0 comments on commit c53214e

Please sign in to comment.