Skip to content

Commit 763314d

Browse files
committed
fix: change test spec from notifier to 1.1.1 version
1 parent d2b5fae commit 763314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollbar-client/test/Rollbar/ClientSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec = do
161161
, title = Nothing
162162
, uuid = Just "12345"
163163
, fingerprint = Nothing
164-
, itemNotifier = Notifier "rollbar-client" "1.2.0"
164+
, itemNotifier = Notifier "rollbar-client" "1.1.1"
165165
}
166166
jsonItem = decodeUtf8 $ DBL.toStrict $ encode item
167167

0 commit comments

Comments
 (0)