Skip to content

Commit

Permalink
removing spotless command, use the github url of main specimin fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Jan 12, 2024
1 parent c0784a2 commit 8adc121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v3
with:
fetch-depth: 0 # so that spotless can ratchet; see https://github.com/diffplug/spotless/issues/710
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions TestMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def setUpClass(cls):
cls.json_data = main.read_json_from_file('resources/test_data.json')[0]
cls.specimin_dir = "resources/specimin"


@classmethod
def tearDownClass(cls):
# deleting specimin from resources
Expand Down Expand Up @@ -43,7 +42,7 @@ def test_get_repository_name(self):
url = '[email protected]:awslabs/aws-kms-compliance-checker.git'
self.assertEqual(main.get_repository_name(url), 'aws-kms-compliance-checker')

url = 'https://github.com/tahiat/specimin.git'
url = 'https://github.com/kelloggm/specimin.git'
self.assertEqual(main.get_repository_name(url), 'specimin')

url = '[email protected]:awslabs/aws-kms-compliance-checker.git'
Expand Down

0 comments on commit 8adc121

Please sign in to comment.