Skip to content

Commit

Permalink
Merge pull request #5515 from gayaldassanayake/fix-corrupted-dep-toml
Browse files Browse the repository at this point in the history
[master] Rename test resource org to avoid corrupted dep.toml error
  • Loading branch information
Dilhasha authored Jul 23, 2024
2 parents e283b30 + 1aa0f7e commit 8c8c5dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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"

Expand Down
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"

Expand Down
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"

Expand Down
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"

Expand Down
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"

Expand Down
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"

Expand Down

0 comments on commit 8c8c5dd

Please sign in to comment.