-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5515 from gayaldassanayake/fix-corrupted-dep-toml
[master] Rename test resource org to avoid corrupted dep.toml error
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageK/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageK" | ||
version = "0.1.0" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageM/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageM" | ||
version = "0.1.0" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageN/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageN" | ||
version = "0.1.0" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageP/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageP" | ||
version = "0.1.0" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageR/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageR" | ||
version = "0.1.0" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
project-api-tests/src/test/resources/hierarchical-packages/PackageS/Ballerina.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
org = "pramodya" | ||
org = "bctestorg" | ||
name = "PackageS" | ||
version = "0.1.0" | ||
|
||
|