Skip to content

Commit

Permalink
fix event names for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Oct 15, 2024
1 parent c9595c0 commit 45bacd7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ test("Toggle visibility of events should hide/show events on then sun", async ({
},
"Solar Flare Predictions": {
AMOS: {
"C+ 34.05% M+:": {},
"C+ 77.15% M+:": {}
"C+ 34.05%": {},
"C+ 77.15%": {}
},
"MAG4 Sharp FE": {
"M: 34.05% M+:": {},
"M: 77.15% M+:": {}
"M: 34.05%": {},
"M: 77.15%": {}
}
}
}
Expand Down

0 comments on commit 45bacd7

Please sign in to comment.