Skip to content

Commit

Permalink
remove guage check in basic_metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Nov 7, 2023
1 parent 0259bf8 commit 7d5d86c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libsql-server/tests/standalone/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ fn basic_metrics() {
libsql::Value::Integer(1)
));

snapshot_metrics()
.assert_gauge("libsql_server_concurrent_connections", 0.0)
.assert_counter("libsql_server_libsql_execute_program", 3);
snapshot_metrics().assert_counter("libsql_server_libsql_execute_program", 3);

Ok(())
});
Expand Down

0 comments on commit 7d5d86c

Please sign in to comment.