Skip to content

Commit f522248

Browse files
committed
fix: bump version on test for itemNotifier attributes
1 parent 71e34e1 commit f522248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollbar-client/test/Rollbar/ClientSpec.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ spec = do
161161
, title = Nothing
162162
, uuid = Just "12345"
163163
, fingerprint = Nothing
164-
, itemNotifier = Notifier "rollbar-client" "1.1.0"
164+
, itemNotifier = Notifier "rollbar-client" "1.2.0"
165165
}
166166
jsonItem = decodeUtf8 $ DBL.toStrict $ encode item
167167

168168
it "omits fields if they are Nothing values" $
169169
T.unpack jsonItem `shouldNotContain` "\"server\""
170170

171-
it "includes fields if they are Just values" $
171+
it "includes fields if they are Just values" $
172172
T.unpack jsonItem `shouldContain` "\"platform\":\"haskell\""

0 commit comments

Comments
 (0)