Skip to content

Commit a5c28a8

Browse files
committed
Fix test alexei#190
1 parent 8a3a4bb commit a5c28a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var assert = require('assert'),
77
sprintf = sprintfjs.sprintf
88

99
describe('sprintfjs', function() {
10-
var pi = 3.141592653589793
10+
var pi = Math.PI
1111

1212
it('should return formated strings for simple placeholders', function() {
1313
assert.equal('%', sprintf('%%'))

0 commit comments

Comments
 (0)