Skip to content

Commit

Permalink
Updating test.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Mar 25, 2024
1 parent 7e762ad commit 365f54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lightcurve/sinusoidal/test_sinusoidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_sinusoidal_lightcurve_name():

def test_compute_simple():
data_dict = {
"FieldMJD_TAI": [1.0 / 4],
"fieldMJD_TAI": [1.0 / 4],
"LCA": [1],
"Period": [1],
"Time0": [0],
Expand Down

0 comments on commit 365f54d

Please sign in to comment.