Skip to content

Commit

Permalink
feat: add restore method for sensor type
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadfox committed Aug 22, 2023
1 parent 3114f41 commit f1bfb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/sensor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestSensor_New(t *testing.T) {
min: -10,
max: -5,
amplitude: 8,
mode: WithSensorRandomMode,
},
want: want{
name: "negative sensors",
Expand Down

0 comments on commit f1bfb65

Please sign in to comment.