Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit de31c01

Browse files
committed
Fixing the unit tests
1 parent c28f1ee commit de31c01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
cdk-tests:
10+
unit-tests:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:

tests/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import pytplot
1+
import sds_api
22
import os
33

44
current_directory = os.path.dirname(os.path.realpath(__file__))
55

6-
def test_placeholder():
6+
def test_upload():
77
return

0 commit comments

Comments
 (0)